From 06aff62fad918c050f8c1255fb71dfeb726822f7 Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 25 Jun 2016 07:34:11 +0200 Subject: Removed now unneeded comment from the command intercepter --- misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misc.py b/misc.py index 1cbe8fb..29910d4 100644 --- a/misc.py +++ b/misc.py @@ -130,7 +130,6 @@ CommandInterceptions.init_interceptions() def worldedit_calc_intercepter(sender, args): - info("WorldEdit Calc Intercepter WOOHOO") if not sender.hasPermission("worldedit.calc"): noperm(sender) return False -- cgit v1.2.3