[Calypso] [PATCH] No need to fetch logger twice

Guido Günther agx at sigxcpu.org
Thu Jun 22 06:44:49 PDT 2017


---
 calypso/paths.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/calypso/paths.py b/calypso/paths.py
index 8457f36..833d517 100644
--- a/calypso/paths.py
+++ b/calypso/paths.py
@@ -111,8 +111,6 @@ def child_url(path):
 # return None
 #
 
-log = logging.getLogger()
-
 def resource_from_path(path):
     """Return Calypso item name from ``path``."""
 
-- 
2.11.0


More information about the Calypso mailing list