Update src/connectors/google_drive/connector.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-09-11 11:12:13 -05:00 committed by GitHub
parent f1f02b6460
commit 4ac41d3f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -497,7 +497,6 @@ class GoogleDriveConnector(BaseConnector):
except Exception as e:
# Use your base class logger if available
try:
#NOTE: TBD Remove the try catch
logger.error(f"Download failed for {file_id}: {e}")
except Exception:
pass