get rid of unneeded print statements

This commit is contained in:
randomuser 2021-07-21 00:58:15 -05:00
parent 75f653f1c3
commit bf94cc23b4
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ class Server(BaseServer, DuckLogic):
for i in chans.list():
await self.send(build("JOIN", [i]))
elif line.command == "PRIVMSG":
print(line.params)
print(line.hostmask.nickname)
if line.params[1][0] == '%':
cmd = line.params[1].split(' ')[0][1:]
chan = line.params[0]