summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/tree.py')
-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))