summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-03 17:55:56 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-03 17:55:56 +0100
commita4b126f14dba679cbcf6312f34e2b384db44e2b5 (patch)
tree96bf0d5e28efaed009206cfff93035ea9a8a5205
parent20b77a3b08605c0e4651ba8f39d53fa800d7e50d (diff)
downloadobnam-a4b126f14dba679cbcf6312f34e2b384db44e2b5.tar.gz
Undo logging of Repository objects.
This causes logging to be done before it's configured, which is meh.
-rw-r--r--obnamlib/repo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/obnamlib/repo.py b/obnamlib/repo.py
index e913ab59..b05fd736 100644
--- a/obnamlib/repo.py
+++ b/obnamlib/repo.py
@@ -149,9 +149,6 @@ class Repository(object):
self.chunk_idpath = larch.IdPath('chunks', idpath_depth,
idpath_bits, idpath_skip)
- logging.debug('Repository initialized. format_version=%s' %
- self.format_version)
-
def setup_hooks(self, hooks):
self.hooks = hooks