[ARVADOS] updated: 8633979010e2f15b3b88cab2a610019a336745c7

git at public.curoverse.com git at public.curoverse.com
Mon May 26 11:36:30 EDT 2014


Summary of changes:
 sdk/python/arvados/keep.py | 2 --
 1 file changed, 2 deletions(-)

       via  8633979010e2f15b3b88cab2a610019a336745c7 (commit)
      from  5cdf402cfc23ad287f1570b9db19a72a64b91fdc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8633979010e2f15b3b88cab2a610019a336745c7
Author: Brett Smith <brett at curoverse.com>
Date:   Mon May 26 11:36:11 2014 -0400

    2863: Remove debugging print from Python KeepClient.
    
    Other tools like crunch-job parse the output of tools like arv-get and
    arv-put.  Right now crunch-job is saving this debug output in the log
    attribute of running jobs, which confuses several other tools like
    Workbench.
    
    Closes #2863.

diff --git a/sdk/python/arvados/keep.py b/sdk/python/arvados/keep.py
index e414d26..fcb59ec 100644
--- a/sdk/python/arvados/keep.py
+++ b/sdk/python/arvados/keep.py
@@ -193,8 +193,6 @@ class KeepClient(object):
             # selected server.
             probe = int(seed[0:8], 16) % len(pool)
 
-            print seed[0:8], int(seed[0:8], 16), len(pool), probe
-
             # Append the selected server to the probe sequence and remove it
             # from the pool.
             pseq += [pool[probe]]

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list