contrib/hgclient.py
changeset 22570 db497a1ef1c1
parent 22566 480b7fefbb08
child 22572 cc3d9f776632
--- a/contrib/hgclient.py	Sun Sep 28 16:55:14 2014 +0900
+++ b/contrib/hgclient.py	Sun Sep 28 16:59:30 2014 +0900
@@ -63,9 +63,6 @@
                 return
 
 def check(func, repopath=None):
-    print
-    print 'testing %s:' % func.__name__
-    print
     sys.stdout.flush()
     server = connect(repopath)
     try: