Removed old debug code
This commit is contained in:
parent
ab6fa9f0e5
commit
d96e188d16
1 changed files with 0 additions and 4 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue