From: Christian Heller <c.heller@plomlompom.de>
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/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/calendar?a=commitdiff_plain;h=90fdc3ef90aed80920b2d5529bb186032942fb42;p=plomrogue

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.")