mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
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
|
||||
# note that saytext includes surrounding "...".
|
||||
langname, saytext = say_match.groups()
|
||||
print "lang match:", langname, saytext
|
||||
istart, iend = say_match.start(), say_match.end()
|
||||
# the key is simply the running match in the emote
|
||||
key = "##%i" % imatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue