Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 31, 2025
1 parent ff71d69 commit 9b0df5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions invenio_rdm_records/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ def init_resource(self, app):
@app.before_request
def before_request():
if "files" in request.path:
print("before_request in files")
request.max_content_length = 10 ** 10
request.max_content_length = 10**10

self.records_resource = RDMRecordResource(
service=self.records_service,
Expand Down

0 comments on commit 9b0df5a

Please sign in to comment.