diff --git a/emission/net/api/cfc_webapp.py b/emission/net/api/cfc_webapp.py index 8f27ff405..0541a5067 100644 --- a/emission/net/api/cfc_webapp.py +++ b/emission/net/api/cfc_webapp.py @@ -236,7 +236,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')