Ver código fonte

Avoid writing to stdout.

Jelmer Vernooij 15 anos atrás
pai
commit
a87475686c
1 arquivos alterados com 0 adições e 1 exclusões
  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):