Removing a debug print
authorStefan Huber <shuber@sthu.org>
Thu, 2 May 2013 11:16:55 +0000 (13:16 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 2 May 2013 11:16:55 +0000 (13:16 +0200)
paralleljobs.py

index e97a4f71a009c52f18dea26a1da3350e3b474466..f2e6eea15828b9c080945232db2b4d8e10c8dd92 100755 (executable)
@@ -33,7 +33,6 @@ def printStatusInfo(conn):
 
     c.close()
 
-    print(nototal, nodone, wldone, wltotal)
     perdone = 100.0*float(nodone)/float(nototal)
     perwl = 100.0*float(wldone)/float(wltotal)