removed a stray print() debug statement

svn: r9680
This commit is contained in:
Stéphane Charette 2008-01-02 09:18:23 +00:00
parent 95496e6449
commit f81b0d2aef

View File

@ -279,7 +279,6 @@ class GVDocBase(BaseDoc.BaseDoc,BaseDoc.GVDoc):
tmp = comment.split('\n')
for line in tmp:
text = line.strip()
print 'text="%s"\n' % text
if text == "":
self.write('\n')
elif text.startswith('#'):