From 1a3a23a59c4861d6668e3084fea85d1779b1b70b Mon Sep 17 00:00:00 2001 From: diSabler Date: Fri, 7 Aug 2020 16:11:21 +0300 Subject: del: remove debug --- plugins/drink.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/drink.py b/plugins/drink.py index f88e5e4..7f20af5 100644 --- a/plugins/drink.py +++ b/plugins/drink.py @@ -58,8 +58,6 @@ def cmd_to_drink(raw_in, text): text = [text] msg = '' ddate = ddate.split('\n') - print(week1) - print(week2) for tmp in ddate: if or_text.lower() in tmp.lower(): msg += '\n🔹'+tmp -- cgit v1.2.3