Explorar o código

Remove confusing debug statement

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
f4274aff9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      view.py

+ 1 - 1
view.py

@@ -17,7 +17,7 @@ def send_message(status):
                   "Loot level changed to "+roman.toRoman(status['integer'])
     status_text += "\n" + status['time_string']
     this_json = {"content": status_text}
-    pprint(this_json)
+    # pprint(this_json)
     _send(this_json)