From f3fd118a71ee2e82a2f5f6d1415700c15428538f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 1 Dec 2008 16:08:12 +0000 Subject: Make controller logging work better on python 2.4 (where the "extra" feature of logger.log does not exist.) git-svn-id: file:///home/or/svnrepo/updater/trunk@17431 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/repository.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/thandy/repository.py') diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py index e5d94ff..3dc2864 100644 --- a/lib/thandy/repository.py +++ b/lib/thandy/repository.py @@ -321,7 +321,6 @@ class LocalRepository: try: f.load() except OSError, e: - print "need", f.getPath() logging.info("Couldn't load %s: %s. Must fetch it.", f.getPath(), e) need.add(f.getRelativePath()) -- cgit v1.2.3