remove debugging
svn: r7383
This commit is contained in:
parent
029e134eec
commit
b122516100
@ -373,13 +373,11 @@ class NoteParser:
|
|||||||
|
|
||||||
match = contRE.match(text)
|
match = contRE.match(text)
|
||||||
if match:
|
if match:
|
||||||
print "MATCH CONT", text
|
|
||||||
noteobj.append("\n" + match.groups()[0])
|
noteobj.append("\n" + match.groups()[0])
|
||||||
continue
|
continue
|
||||||
|
|
||||||
match = concRE.match(text)
|
match = concRE.match(text)
|
||||||
if match:
|
if match:
|
||||||
print "MATCH CONC", text
|
|
||||||
if broken:
|
if broken:
|
||||||
noteobj.append(" " + match.groups()[0])
|
noteobj.append(" " + match.groups()[0])
|
||||||
else:
|
else:
|
||||||
@ -388,8 +386,6 @@ class NoteParser:
|
|||||||
|
|
||||||
# Here we have finished parsing CONT/CONC tags for the NOTE
|
# Here we have finished parsing CONT/CONC tags for the NOTE
|
||||||
# and ignored the rest of the tags (SOUR,CHAN,REFN,RIN).
|
# and ignored the rest of the tags (SOUR,CHAN,REFN,RIN).
|
||||||
print "> ", text
|
|
||||||
print noteobj.get()
|
|
||||||
innote = False
|
innote = False
|
||||||
match = noteRE.match(text)
|
match = noteRE.match(text)
|
||||||
if match:
|
if match:
|
||||||
|
Loading…
Reference in New Issue
Block a user