Skip to content

Commit

Permalink
fixup! feat: record by default
Browse files Browse the repository at this point in the history
  • Loading branch information
symwell committed Oct 11, 2022
1 parent d98915d commit 838d741
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appmap/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def __init__(self, app=None):
self.init_app(app)

def init_app(self, app):
if not self.should_record():
return

self.recording = Recording()

# print('in init_app')
Expand Down

0 comments on commit 838d741

Please sign in to comment.