Commit 029a4c37 authored by Jérome Perrin's avatar Jérome Perrin

remove some dead code

parent fea87b6c
...@@ -138,14 +138,6 @@ def getGUIInstance(): ...@@ -138,14 +138,6 @@ def getGUIInstance():
def getConfigurationDict(): def getConfigurationDict():
return jsonify(getGUIInstance().getConfigurationDict()) return jsonify(getGUIInstance().getConfigurationDict())
@app.route("/getOutputIdList", methods=["POST", "OPTIONS"])
def getOutputIdList():
return jsonify(getGUIInstance().getOutputIdList())
@app.route("/getInputIdList", methods=["POST", "OPTIONS"])
def getInputIdList():
return jsonify(getGUIInstance().getInputIdList())
def main(*args): def main(*args):
# start the server # start the server
file_handler = logging.FileHandler( file_handler = logging.FileHandler(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment