Skip to content

Commit 6e20f46

Browse files
committed
removal of logger level so default is back to warning
1 parent cdc42c8 commit 6e20f46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/data/annotation_types/data/tiled_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
DEFAULT_TMS_TILE_SIZE = 256
2525
TILE_DOWNLOAD_CONCURRENCY = 4
2626

27-
logging.basicConfig(level=logging.INFO)
2827
logger = logging.getLogger(__name__)
2928

3029
VectorTool = Union[Point, Line, Rectangle, Polygon]

0 commit comments

Comments
 (0)