From b29d6bd7da9da66e1a229df4292b059f73dab8ea Mon Sep 17 00:00:00 2001 From: Brett Costabile Date: Mon, 2 Nov 2015 23:55:20 -0500 Subject: [PATCH] Don't need that Testing --- celerytask/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/celerytask/tasks.py b/celerytask/tasks.py index 4c1fca62..82398e49 100755 --- a/celerytask/tasks.py +++ b/celerytask/tasks.py @@ -167,8 +167,8 @@ def remove_from_databases(user, groups, syncgroups): update_forum_groups(user) if authserviceinfo.ipboard_username and authserviceinfo.ipboard_username != "": update_ipboard_groups(user) - if authserviceinfo.teamspeak3_uid and authserviceinfo.teamspeak3_uid != "": - update_teamspeak3_groups(user) + #if authserviceinfo.teamspeak3_uid and authserviceinfo.teamspeak3_uid != "": + # update_teamspeak3_groups(user) # Run every minute