Skip to content

Commit

Permalink
Remove logic to handle native python warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Oct 1, 2024
1 parent c5ae645 commit 5fb25ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapseclient/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
# Set up logging
LOGGER_NAME = DEFAULT_LOGGER_NAME
LOGGER = logging.getLogger(LOGGER_NAME)
logging.getLogger("py.warnings").handlers = LOGGER.handlers


def md5_for_file(
Expand Down

0 comments on commit 5fb25ca

Please sign in to comment.