Skip to content

Commit

Permalink
remove unnecessary logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-parekh committed Mar 4, 2025
1 parent 8b72045 commit ce22a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weather_mv/loader_pipeline/ee.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ def __init__(self,
@timeit('FilterFileTransform')
def process(self, uri: str) -> t.Iterator[str]:
"""Yields uri if the asset does not already exist."""
logger.info('Inside process method of FilterFileTransform class')
self.check_setup()
asset_name = get_ee_safe_name(uri)

Expand Down

0 comments on commit ce22a1d

Please sign in to comment.