diff --git a/useless.py b/useless.py
index f39f408993027b03823f14dbf9d2b5e7cfa93207..7c86f1b73b809dc414fb0ad5e132200fb5cc5e2a 100644
--- a/useless.py
+++ b/useless.py
@@ -4,8 +4,6 @@ def useless() :
         al = req.text
         res = al[al.find('id="phrase"') + 3 : al.find('</h2>')]
         res = res.split(">")[1]
-        print(res)
         final= res.replace("\n", "").replace("\t","").replace("\r","").encode('utf8')         
         return final
-        
-useless()
+        
\ No newline at end of file