Skip to content

Commit 563bc26

Browse files
authored
Removed logging.SetLevel
Set in the script calling this function
1 parent 9f5df1d commit 563bc26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lstchain/image/cleaning.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def find_tailcuts(input_dir, run_number):
8787
cleaning configuration for running the DL1ab stage
8888
"""
8989

90-
log.setLevel(logging.INFO)
91-
9290
# subrun-wise dl1 file names:
9391
dl1_filenames = Path(input_dir,
9492
run_to_dl1_filename(1, run_number, 0).replace(

0 commit comments

Comments
 (0)