Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Dec 16, 2024
1 parent 55df22d commit 25cae56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aleph/web/controllers/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ async def view_message_status(request: web.Request):


async def view_message_hashes(request: web.Request):
print("run once?")
try:
query_params = MessageHashesQueryParams.parse_obj(request.query)
except ValidationError as e:
Expand Down

0 comments on commit 25cae56

Please sign in to comment.