Skip to content

Commit

Permalink
clean debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 13, 2024
1 parent 9af531d commit 8f7e659
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions counterparty-core/counterpartycore/lib/api/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,8 @@ def handle_route(**kwargs):
except Exception as e:
capture_exception(e)
logger.error("Error in API: %s", e)
import traceback

print(traceback.format_exc())
# import traceback
# print(traceback.format_exc())
return return_result(
503, error="Unknown error", start_time=start_time, query_args=query_args
)
Expand Down

0 comments on commit 8f7e659

Please sign in to comment.