home · contact · privacy
Plugin: Remove debugging code.
[plomrogue] / plugins / server / PleaseTheIslandGod.py
index 0b81cf973fdfaa226acef11738dc9f6f82bce5b4..a33c46f2116144008cc3f4f418a38a1804cc5341 100644 (file)
@@ -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.")