diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-18 14:56:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-18 14:56:44 -0300 |
commit | c401f66528fce083f93fbd0485ad29c5266d77af (patch) | |
tree | a1b176e87b3479641b3616ff9550d21097cdd262 /game | |
parent | 71256a95179811a5fa98a4a95644e651f1e26a07 (diff) | |
download | client-c401f66528fce083f93fbd0485ad29c5266d77af.tar.gz client-c401f66528fce083f93fbd0485ad29c5266d77af.tar.bz2 client-c401f66528fce083f93fbd0485ad29c5266d77af.tar.xz client-c401f66528fce083f93fbd0485ad29c5266d77af.zip |
Remove some verbosity
Diffstat (limited to 'game')
-rw-r--r-- | game/04_init.rpy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/04_init.rpy b/game/04_init.rpy index af8b005..74e0a97 100644 --- a/game/04_init.rpy +++ b/game/04_init.rpy @@ -137,7 +137,8 @@ init python: val=tr_val tr_busy=False - print("value obtained: %s" % str(val)) + stdout("Packet received successfully.") + #print("value obtained: %s" % str(val)) if (val is None): return ERR_INVALID return val |