add son-emu dashboard to the python setup file, so it is served from the Flask app...
[osm/vim-emu.git] / src / emuvim / api / sonata / dummygatekeeper.py
index 4e98c6a..76ed3c2 100755 (executable)
@@ -1012,10 +1012,6 @@ api.add_resource(Instantiations, '/instantiations', '/api/v2/instantiations', '/
 api.add_resource(Exit, '/emulator/exit')
 
 
-#def initialize_GK():
-#    global GK
-#    GK = Gatekeeper()
-
 
 def start_rest_api(host, port, datacenters=dict()):
     GK.dcs = datacenters