소스 검색

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:
                 status.append((ref, 'ok'))
 
-        print "pack applied"
         return status
 
     def handle(self):