[Checkins] SVN: grokproject/branches/d2m-dual-startup/grokproject/main.py remove print statement

Michael Haubenwallner michael at d2m.at
Sat Sep 27 03:12:59 EDT 2008


Log message for revision 91540:
  remove print statement

Changed:
  U   grokproject/branches/d2m-dual-startup/grokproject/main.py

-=-
Modified: grokproject/branches/d2m-dual-startup/grokproject/main.py
===================================================================
--- grokproject/branches/d2m-dual-startup/grokproject/main.py	2008-09-27 06:58:26 UTC (rev 91539)
+++ grokproject/branches/d2m-dual-startup/grokproject/main.py	2008-09-27 07:12:59 UTC (rev 91540)
@@ -45,7 +45,6 @@
     # the templates.
     extra_args = []
     for var in GrokProject.vars:
-        print var.name, getattr(options, var.name)
         supplied_value = getattr(options, var.name)
         if supplied_value is not None:
             extra_args.append('%s=%s' % (var.name, supplied_value))



More information about the Checkins mailing list