diff --git a/cookbook/__init__.py b/cookbook/__init__.py index bb0ed77..cd45167 100644 --- a/cookbook/__init__.py +++ b/cookbook/__init__.py @@ -6,7 +6,3 @@ # WSGI will hook onto this variable. app = create_app() - -# This is the entry point for the development server. Don't run on prod. -if __name__ == '__main__': - app.run()