diff --git a/services/tasks.py b/services/tasks.py index f66c600e..cbafb725 100644 --- a/services/tasks.py +++ b/services/tasks.py @@ -133,7 +133,6 @@ def disable_market(): for auth in AuthServicesInfo.objects.all(): if auth.market_username: logger.info("Clearing %s market username" % auth.user) - marketManager.disable_user(auth.market_username) auth.market_username = '' auth.save()