Skip to content

Commit c3473af

Browse files
committed
Minor - Removing unnecesary logger call
1 parent e461fba commit c3473af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

awswrangler/opensearch/_write.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from awswrangler.opensearch._utils import _get_distribution, _get_version_major
2121

2222
_logger: logging.Logger = logging.getLogger(__name__)
23-
_logger.setLevel(logging.DEBUG)
2423

2524
_DEFAULT_REFRESH_INTERVAL = "1s"
2625

0 commit comments

Comments
 (0)