diff --git a/README.md b/README.md index 16b78605..124b23fe 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ This is illustrated below. The main entry point is in `/src/main.py`. This is where each endpoint route is defined and its related class imported e.g. `api.add_resource(DatafilesWithID, "/datafiles/")` -Debugging may also be turned on or off with, `app.run(debug=True)` and `app.run()` respectively. -When debugging is enabled the api will restart every time code changes are detected. #### Endpoints: