We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8522 commit a02fe75Copy full SHA for a02fe75
1 file changed
src/__init__.py
@@ -17,9 +17,6 @@
17
18
def create_app(test_config=None):
19
20
- # divide by zero LOL
21
- print(1/0)
22
-
23
# create and configure the app
24
app = Flask(__name__, instance_relative_config=True)
25
app.config.from_mapping(
0 commit comments