فهرست منبع

Avoid writing to stdout.

Jelmer Vernooij 15 سال پیش
والد
کامیت
a87475686c
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      dulwich/server.py

+ 0 - 1
dulwich/server.py

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