summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/merge_sth.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/merge_sth.py b/tools/merge_sth.py
index e8f99d3..94d3ef2 100755
--- a/tools/merge_sth.py
+++ b/tools/merge_sth.py
@@ -53,8 +53,7 @@ def merge_sth(args, config, localconfig):
return
tree_size = trees[backupquorum]['tree_size']
root_hash = hexdecode(trees[backupquorum]['sha256_root_hash'])
- #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", \
- backupquorum, ":", tree_size
+ #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", backupquorum, ":", tree_size
cur_sth = get_sth(sthfile)
if tree_size < cur_sth['tree_size']: