diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:14:04 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:14:04 +0100 |
commit | f3d1659b37351fe2ad958114631f8c1578712e51 (patch) | |
tree | 6daa632d0a56ba0e600b5694e25c5710ffb3b5b4 /tools/merge_fetch.py | |
parent | 1a9625f9fb0fb369246188e047a3919b8f69c845 (diff) |
Remove debug printouts from merge programs.
Diffstat (limited to 'tools/merge_fetch.py')
-rwxr-xr-x | tools/merge_fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index bb1e17e..8a52c9e 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -114,7 +114,7 @@ def main(): while True: logsize, last_hash = merge_fetch(args, config, localconfig) currentsize = {"index": logsize - 1, "hash": hexencode(last_hash)} - print >>sys.stderr, "DEBUG: writing to", currentsizefile, ":", currentsize + #print >>sys.stderr, "DEBUG: writing to", currentsizefile, ":", currentsize write_file(currentsizefile, currentsize) if args.interval is None: break |