about summary refs log tree commit diff
path: root/tracer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tracer.py')
-rw-r--r--tracer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tracer.py b/tracer.py
index 4bf364c..f683146 100644
--- a/tracer.py
+++ b/tracer.py
@@ -129,7 +129,6 @@ def think(line):
         elif words[0] == "!botlist" or words[0] == "!!help":
             return HELPTEXT
         elif words[0][0:2] == "!!":
-            print(words)
             res = generate(words[0][2:])
             if res:
                 if len(words) >= 3:
@@ -152,7 +151,6 @@ class Server(BaseServer):
             await self.send(build("MODE", [self.nickname, "+B"]))
 
         if line.command == "INVITE":
-            print(f"received invite to {line.params[1]}")
             await self.send(build("JOIN", [line.params[1]]))
 
         if (