This commit is contained in:
Sanj 2012-10-05 15:39:46 +05:30
parent a4dabe2ba8
commit 96582f212e

View File

@ -116,7 +116,7 @@ class App(AppBase):
if len(response) > MAX_MSG_LEN:
response = response[0:MAX_MSG_LEN]
#msg.respond("%s to %s: %s" % (from_matches['name'], to_matches['name'], routesFound,))
return
else: