From a338f015980057098010d023758e2ed4f53d4d9c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 26 Sep 2015 23:26:53 +0200 Subject: [PATCH] Removing debugs. --- evennia/contrib/rpsystem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evennia/contrib/rpsystem.py b/evennia/contrib/rpsystem.py index 3b740681a7..6040c59656 100644 --- a/evennia/contrib/rpsystem.py +++ b/evennia/contrib/rpsystem.py @@ -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