Rev 440: Remove loggers that weren't being used (maxb, spiv) in http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich

John Arbash Meinel john at arbash-meinel.com
Fri Mar 18 09:39:26 UTC 2011


At http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich

------------------------------------------------------------
revno: 440 [merge]
revision-id: john at arbash-meinel.com-20110318093901-56t8eepvwp2avnaz
parent: john at arbash-meinel.com-20110316144336-5or6keig1cbagois
parent: andrew.bennetts at canonical.com-20100712151204-e1ix4yyjxrhhmzh9
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk-rich
timestamp: Fri 2011-03-18 10:39:01 +0100
message:
  Remove loggers that weren't being used (maxb, spiv)
modified:
  loggerhead/controllers/diff_ui.py diff_ui.py-20080812192433-m88s02umgs7m22zf-1
  loggerhead/controllers/inventory_ui.py inventory_ui.py-20061212203332-s4vehyfs3tn6zm31-1
-------------- next part --------------
=== modified file 'loggerhead/controllers/diff_ui.py'
--- a/loggerhead/controllers/diff_ui.py	2010-04-08 01:08:33 +0000
+++ b/loggerhead/controllers/diff_ui.py	2011-03-18 09:39:01 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2008  Canonical Ltd.
+# Copyright (C) 2008-2011 Canonical Ltd.
 #                     (Authored by Martin Albisetti <argentina at gmail.com>)
 #
 # This program is free software; you can redistribute it and/or modify
@@ -26,8 +26,6 @@
 
 from loggerhead.controllers import TemplatedBranchView
 
-log = logging.getLogger("loggerhead.controllers")
-
 
 class DiffUI(TemplatedBranchView):
     """Class to output a diff for a single file or revisions."""

=== modified file 'loggerhead/controllers/inventory_ui.py'
--- a/loggerhead/controllers/inventory_ui.py	2011-03-12 17:15:08 +0000
+++ b/loggerhead/controllers/inventory_ui.py	2010-07-12 15:12:04 +0000
@@ -31,8 +31,6 @@
 from loggerhead.controllers import TemplatedBranchView
 
 
-log = logging.getLogger("loggerhead.controllers")
-
 
 def dirname(path):
     if path is not None:



More information about the bazaar-commits mailing list