summaryrefslogtreecommitdiff
path: root/game/02_init.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/02_init.rpy')
-rw-r--r--game/02_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/02_init.rpy b/game/02_init.rpy
index d335b75..b3720f5 100644
--- a/game/02_init.rpy
+++ b/game/02_init.rpy
@@ -45,7 +45,7 @@ init -1 python:
def json_decode(raw):
global ERRNO
- stdout("Decoder received %s" % repr(raw))
+ #stdout("Decoder received %s" % repr(raw))
if (check_fail(raw)):
return ERR_LOGIN_DEFAULT