diff --git a/tasks.py b/tasks.py
index e714a9b4ef191fb24f410bb52bba41d91a3ce61c..7f5402da15758a566af25dd8ddc1e035f111b8f7 100644
--- a/tasks.py
+++ b/tasks.py
@@ -58,6 +58,4 @@ def celery_create_account(json, session):
     rc_util.add_account(username, email, fullname, reason)
     print('sent account info')
     print('Waiting for completion...')
-    #print(callback(self.EXCHANGE, self.EXCHANGE,self.EXCHANGE,self.EXCHANGE))
     rc_util.consume(username, routing_key=f'complete.{username}', callback=gen_f(room))    
-    #send_msg('account ready', room)