ソースを参照

Avoid writing to stdout.

Jelmer Vernooij 15 年 前
コミット
5d4d209e86
1 ファイル変更0 行追加1 行削除
  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):