[Cdd-commits] r836 - cdd/trunk/webtools
CDD Subversion Commit
noreply at alioth.debian.org
Wed Jun 18 21:11:31 UTC 2008
Author: tille
Date: Wed Jun 18 21:11:31 2008
New Revision: 836
Modified:
cdd/trunk/webtools/tasks.py
Log:
Removed debugging output
Modified: cdd/trunk/webtools/tasks.py
==============================================================================
--- cdd/trunk/webtools/tasks.py (original)
+++ cdd/trunk/webtools/tasks.py Wed Jun 18 21:11:31 2008
@@ -123,7 +123,6 @@
for verbatim in VERBATIM:
data[verbatim] = Markup(data[verbatim])
for task in data['tasks'].keys():
- print task
data['tasks'][task]['LongDesc'] = Markup(data['tasks'][task]['LongDesc'])
template = loader.load('tasks_idx.xhtml')
More information about the Cdd-commits
mailing list