Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 committed Oct 24, 2023
1 parent 9c8c9ee commit 237fcc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epictrack-api/src/api/resources/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def get(work_id):
@profiletime
def put(work_id):
"""Update and return a work."""
print("-----HERE------\n\n")
req.WorkIdPathParameterSchema().load(request.view_args)
request_json = req.WorkBodyParameterSchema().load(API.payload)
work = WorkService.update_work(work_id, request_json)
Expand Down

0 comments on commit 237fcc2

Please sign in to comment.