summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-12 19:28:49 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-12 19:28:49 +0200
commit91f9cdb3904ecea1239b244b681fa467b29f5ec4 (patch)
treedbe0bc445632fcb84ee49711ea99b745946f9a9a
parentf3808b879394bc123f6f5bc85d1a1092281f34df (diff)
downloadobnam-91f9cdb3904ecea1239b244b681fa467b29f5ec4.tar.gz
Drop a bit of debug logging
-rw-r--r--obnamlib/fmt_ga/client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index ef5fdaaa..01e78104 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -237,8 +237,6 @@ class GAClient(object):
for chunk_id in self._generate_chunk_ids_in_generations(remaining):
if chunk_id in chunks_to_remove:
chunks_to_remove.remove(chunk_id)
- logging.debug(
- 'len(chunks_to_remove) = %s', len(chunks_to_remove))
dumper.dump_memory_profile('after computing chunk uniq to removed gen')
self._generations.set_generations(remaining)