Skip to content

Commit

Permalink
Removed logging.SetLevel
Browse files Browse the repository at this point in the history
Set in the script calling this function
  • Loading branch information
moralejo authored Jan 27, 2025
1 parent 9f5df1d commit 563bc26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lstchain/image/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def find_tailcuts(input_dir, run_number):
cleaning configuration for running the DL1ab stage
"""

log.setLevel(logging.INFO)

# subrun-wise dl1 file names:
dl1_filenames = Path(input_dir,

Check warning on line 91 in lstchain/image/cleaning.py

View check run for this annotation

Codecov / codecov/patch

lstchain/image/cleaning.py#L91

Added line #L91 was not covered by tests
run_to_dl1_filename(1, run_number, 0).replace(
Expand Down

0 comments on commit 563bc26

Please sign in to comment.