Explorar el Código

Avoid writing to stdout.

Jelmer Vernooij hace 15 años
padre
commit
a87475686c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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):