diff --git a/class/core/system_api.py b/class/core/system_api.py index 40d75c941..5ab1460e5 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -614,7 +614,6 @@ class system_api: upAddr = 'https://raw.githubusercontent.com/midoks/mdserver-web/master/version/info.json' try: version = public.httpGet(upAddr) - print version version = json.loads(version) return version[0] except Exception as e: