summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-12 19:29:58 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-12 19:29:58 +0200
commitcd16849d4bd4e3d3777c84f5cb345dd20fa3cb73 (patch)
tree0938f3c09f917342e96f5bcb483caf14cba05a31
parent91f9cdb3904ecea1239b244b681fa467b29f5ec4 (diff)
downloadobnam-cd16849d4bd4e3d3777c84f5cb345dd20fa3cb73.tar.gz
Drop more debug logging
-rw-r--r--obnamlib/fmt_ga/tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/tree.py b/obnamlib/fmt_ga/tree.py
index eca6f79a..153cf59c 100644
--- a/obnamlib/fmt_ga/tree.py
+++ b/obnamlib/fmt_ga/tree.py
@@ -168,7 +168,6 @@ class DirectoryObjectCache(object):
for pathname, dirobj in self._objs.items():
if not dirobj.is_mutable():
del self._objs[pathname]
- logging.debug('Deleted %s from DirObjCache', pathname)
logging.debug(
'After dropping immutable, DirObjCache has %s iterms',
len(self._objs))