[Checkins] SVN: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/zcml.py removed logger calls

Andreas Jung andreas at andreas-jung.com
Sun Oct 26 08:08:24 EDT 2008


Log message for revision 92580:
  removed logger calls
  

Changed:
  U   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/zcml.py

-=-
Modified: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/zcml.py
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/zcml.py	2008-10-26 08:36:17 UTC (rev 92579)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/zcml.py	2008-10-26 12:08:23 UTC (rev 92580)
@@ -15,13 +15,8 @@
 from zope.interface import Interface
 from zope.schema import TextLine 
 import zope.configuration.fields
-
-from logger import LOG
-
 import resources
-LOG = logging.getLogger()
 
-
 class IResourcesDirectory(Interface):
     """ Used for specifying SmartPrintNG resources """
 



More information about the Checkins mailing list