[Checkins] SVN: zc.recipe.deployment/trunk/src/zc/recipe/deployment/__init__.py remove debugging turd

Fred Drake cvs-admin at zope.org
Thu Mar 21 12:34:20 UTC 2013


Log message for revision 130144:
  remove debugging turd
  

Changed:
  U   zc.recipe.deployment/trunk/src/zc/recipe/deployment/__init__.py

-=-
Modified: zc.recipe.deployment/trunk/src/zc/recipe/deployment/__init__.py
===================================================================
--- zc.recipe.deployment/trunk/src/zc/recipe/deployment/__init__.py	2013-03-20 14:26:35 UTC (rev 130143)
+++ zc.recipe.deployment/trunk/src/zc/recipe/deployment/__init__.py	2013-03-21 12:34:18 UTC (rev 130144)
@@ -47,7 +47,6 @@
         cp.optionxform = str
         cp.read(cfg)
         if cp.has_section("deployment"):
-            #import pdb; pdb.set_trace()
             for key in cp.options("deployment"):
                 if key in ("log", "run", "var-prefix"):
                     value = cp.get("deployment", key)



More information about the checkins mailing list