From: Christian Heller Date: Tue, 23 Feb 2016 22:20:34 +0000 (+0100) Subject: Plugin: Remove debugging code. X-Git-Tag: tce~171 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=90fdc3ef90aed80920b2d5529bb186032942fb42 Plugin: Remove debugging code. --- diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 0b81cf9..a33c46f 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -434,8 +434,6 @@ def command_slippers(str_int): world_db["SLIPPERS"] = val if world_db["WORLD_ACTIVE"] and \ world_db["SLIPPERS"] not in world_db["ThingTypes"]: - print(world_db["ThingTypes"]) - print(":::" + str(world_db["SLIPPERS"])) world_db["WORLD_ACTIVE"] = 0 print("SLIPPERS matches no known ThingTypes, deactivating world.")