Skip to content

Commit

Permalink
Remove debugging logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 8, 2024
1 parent 6d6a524 commit c9ab853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sia/services/response_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def process_query(
token=token,
config_path=str(collection.config),
)
logger.info(params.to_butler_parameters())

# Execute the query
table_as_votable = sia_query(
butler,
Expand Down

0 comments on commit c9ab853

Please sign in to comment.