home · contact · privacy
Remove debugging code.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 12 Mar 2015 02:52:47 +0000 (03:52 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 12 Mar 2015 02:52:47 +0000 (03:52 +0100)
roguelike-server

index 7389374d2d42182e6a509e2d754cce702cfb2fb9..344ef80355d984171f5cf077a89a988e2f83987e 100755 (executable)
@@ -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.")