Browse Source

removed debug lines

oloturia 4 years ago
parent
commit
06900ec18e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      buonanotte.py

+ 0 - 1
buonanotte.py

@@ -24,7 +24,6 @@ class goodListener(StreamListener):
 			account = notification["account"]["acct"]
 			content = notification["status"]["content"]
 			goodNight = regex.search(content)
-			print(content)
 			if content.find("dormire") != -1:
 				lang = 'it'
 			elif content.find("dormiria") != -1: