diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/02_init.rpy | 2 |
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 |