From 90fdc3ef90aed80920b2d5529bb186032942fb42 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 23 Feb 2016 23:20:34 +0100
Subject: [PATCH] Plugin: Remove debugging code.

---
 plugins/server/PleaseTheIslandGod.py | 2 --
 1 file changed, 2 deletions(-)

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