Browse Source

Avoid writing to stdout.

Jelmer Vernooij 15 years ago
parent
commit
a87475686c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dulwich/server.py

+ 0 - 1
dulwich/server.py

@@ -582,7 +582,6 @@ class ReceivePackHandler(Handler):
             else:
                 status.append((ref, 'ok'))
 
-        print "pack applied"
         return status
 
     def handle(self):