From cd16849d4bd4e3d3777c84f5cb345dd20fa3cb73 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Feb 2017 19:29:58 +0200 Subject: Drop more debug logging --- obnamlib/fmt_ga/tree.py | 1 - 1 file changed, 1 deletion(-) (limited to 'obnamlib/fmt_ga/tree.py') 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)) -- cgit v1.2.1