1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00

Removed "debug" line"

This commit is contained in:
Adolfo Gómez García 2014-12-08 13:19:18 +01:00
parent c9ec31f258
commit bc6d500898

View File

@ -428,7 +428,6 @@ class UserServiceManager(object):
return True
def isReady(self, uService):
return True
UserService.objects.update()
uService = UserService.objects.get(id=uService.id)
logger.debug('Checking ready of {0}'.format(uService))