summaryrefslogtreecommitdiff
path: root/imbusy.py
diff options
context:
space:
mode:
Diffstat (limited to 'imbusy.py')
-rw-r--r--imbusy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/imbusy.py b/imbusy.py
index d84249d..48f3e69 100644
--- a/imbusy.py
+++ b/imbusy.py
@@ -236,7 +236,6 @@ def tpahere_command_checker(sender, args):
return tpa_command_checker(sender, args)
def mail_command_checker(sender, args):
- info("Mail command executed")
if len(args) < 3 or args[0].lower() != "send":
return True
target = server.getPlayer(args[1])