removed a stray print() debug statement
svn: r9680
This commit is contained in:
parent
95496e6449
commit
f81b0d2aef
@ -279,7 +279,6 @@ class GVDocBase(BaseDoc.BaseDoc,BaseDoc.GVDoc):
|
|||||||
tmp = comment.split('\n')
|
tmp = comment.split('\n')
|
||||||
for line in tmp:
|
for line in tmp:
|
||||||
text = line.strip()
|
text = line.strip()
|
||||||
print 'text="%s"\n' % text
|
|
||||||
if text == "":
|
if text == "":
|
||||||
self.write('\n')
|
self.write('\n')
|
||||||
elif text.startswith('#'):
|
elif text.startswith('#'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user