Removing debugs.
This commit is contained in:
parent
8ff1cf91dc
commit
a338f01598
1 changed files with 0 additions and 1 deletions
|
|
@ -260,7 +260,6 @@ def parse_language(speaker, emote):
|
||||||
# in-place without messing up indexes for future matches
|
# in-place without messing up indexes for future matches
|
||||||
# note that saytext includes surrounding "...".
|
# note that saytext includes surrounding "...".
|
||||||
langname, saytext = say_match.groups()
|
langname, saytext = say_match.groups()
|
||||||
print "lang match:", langname, saytext
|
|
||||||
istart, iend = say_match.start(), say_match.end()
|
istart, iend = say_match.start(), say_match.end()
|
||||||
# the key is simply the running match in the emote
|
# the key is simply the running match in the emote
|
||||||
key = "##%i" % imatch
|
key = "##%i" % imatch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue