Commit d96e188d authored by jtc42's avatar jtc42
Browse files

Removed old debug code

parent ab6fa9f0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -169,7 +169,3 @@ atexit.register(cleanup)

if __name__ == "__main__":
    app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=False)
    # from pprint import pprint
    # pprint(labthing.spec.to_dict())
    # with open('spec.yaml', 'w') as f:
    #    f.write(labthing.spec.to_yaml())