Skip to content

Commit 92eecb0

Browse files
committed
remove debug log
1 parent 8df6011 commit 92eecb0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
1313
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: 'v0.14.10'
15+
rev: 'v0.14.11'
1616
hooks:
1717
- id: ruff
1818
args: ['--fix', '--unsafe-fixes']

scraper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def process_txt(filepath: str, skip_rows: Optional[list], data: pd.DataFrame) ->
224224
Dataframe with the data from the text file.
225225
"""
226226
if "http" in filepath:
227-
logger.debug(f"Processing {filepath}")
228227
new_data = pd.read_fwf(
229228
filepath,
230229
header=None if "sdo_spacecraft_night" in filepath else 0,

0 commit comments

Comments
 (0)