commit 3a40bde4e85be03084481bbdc112d5c8fa4d41e0 parent c8d13389f076c208d54e7df686f5f0d815b4465c Author: Name <user@gmail.com> Date: Tue, 14 Apr 2020 22:48:51 +0100 Remove /random selection logging Diffstat:
M | bot.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bot.py b/bot.py @@ -78,7 +78,6 @@ def get_random_example(): print("Example number", example_number) for line in File: - print(line) if line.startswith(f"%BEGIN {example_number}"): recording = True continue