Correct disable_market to not require external DB call

This commit is contained in:
Adarnof 2016-10-21 13:47:29 +00:00
parent 04a11b113a
commit bba36d9ae0

View File

@ -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()