Skip to content

Commit b53cc51

Browse files
committed
fixup! feat: record by default
1 parent b5d32b4 commit b53cc51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appmap/flask.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def __init__(self, app=None):
5454
self.init_app(app)
5555

5656
def init_app(self, app):
57-
if not self.should_record():
58-
return
59-
6057
self.recording = Recording()
6158

6259
# print('in init_app')

0 commit comments

Comments
 (0)