Remove calamity type debug info. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4e8e83f3fc9f33a495fa2ee671390cf47b405c8b | |
parent 110a6c3e545d69cd040ee8b2c88f7f784f99ba18 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 30 Aug 2023 20:10:39 +0200 | |
Remove calamity type debug info. | |
Diffstat: | |
M modules/idlerpg/idlerpg-channel-se… | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idler… | |
@@ -134,7 +134,6 @@ def main(args): | |
def calamity(hackers, hacker): | |
calamity_type = random.randint(1, 10) | |
- print("calamity_type = %d" % (calamity_type)) | |
if calamity_type == 1: | |
change_type = random.randint(1, 4) | |
if change_type == 1: |