home · contact · privacy
Server: Remove debug logging.
[plomrogue] / server / thingproliferation.py
index 90230d1f9998a99a288b040317a1987becd4bf99..49d8a784cb4388155cb5f97b50b9cc9a1390e952 100644 (file)
@@ -26,7 +26,6 @@ def thingproliferation(t, prol_map):
                 + mv_result[2]])
             if mv_result[0] and thingprol_field_spreadable(c, t):
                 from server.io import log
-                log("PROL")
                 candidates.append((mv_result[1], mv_result[2]))
         if len(candidates):
             i = rand.next() % len(candidates)