From e8392a66f03cdccc63ddc6776cc6e76efc25103a Mon Sep 17 00:00:00 2001 From: Krish <krish94@uab.edu> Date: Fri, 23 Apr 2021 02:17:28 -0500 Subject: [PATCH] removed comments --- tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks.py b/tasks.py index e714a9b..7f5402d 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) -- GitLab