From a9394390caa3ff07a6ea25c2925875084e278ccd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 5 Aug 2021 18:57:48 +0200 Subject: [PATCH] remove print --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index d6197ab..3f385cf 100644 --- a/main.py +++ b/main.py @@ -218,7 +218,6 @@ if __name__ == "__main__": # creation of a list of all the words (upper and lower case) triggerWords = permute(universalBase) - print(len(triggerWords)) # loading environment variables and launching the bot keys = load(["TOKEN", "TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET", "PSEUDOS", "VERBOSE"])