From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 12 Mar 2015 02:52:47 +0000 (+0100)
Subject: Remove debugging code.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/foo.html?a=commitdiff_plain;h=649df4cceaf482328a3b4698bfa382e6b87cb3e5;p=plomrogue

Remove debugging code.
---

diff --git a/roguelike-server b/roguelike-server
index 7389374..344ef80 100755
--- a/roguelike-server
+++ b/roguelike-server
@@ -1474,8 +1474,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.")