Skip to content

Commit

Permalink
make neutrino_scanner less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Apr 24, 2023
1 parent 7bcb348 commit c690934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuztf/neutrino_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def filter_f_no_prv(self, res: dict):
)
return False

self.logger.info(f"{ztf_id}: Passes first filtering stage.")
self.logger.debug(f"{ztf_id}: Passes first filtering stage.")
return True

def filter_f_history(self, res: dict):
Expand Down

0 comments on commit c690934

Please sign in to comment.