diff --git a/emission/net/api/cfc_webapp.py b/emission/net/api/cfc_webapp.py index e23cd5e23..95bd4b072 100644 --- a/emission/net/api/cfc_webapp.py +++ b/emission/net/api/cfc_webapp.py @@ -235,7 +235,8 @@ def getFromCache(): logging.debug("Called userCache.get") user_uuid=getUUID(request) logging.debug("user_uuid %s" % user_uuid) - to_phone = usercache.sync_server_to_phone(user_uuid) + # to_phone = usercache.sync_server_to_phone(user_uuid) + to_phone = [] return {'server_to_phone': to_phone} @post('/usercache/put')