Skip to content

Commit 385e7c6

Browse files
authored
Merge pull request #469 from Labelbox/jt/iss468
[AL-1701] Removal of Logger Level
2 parents 27ef0b7 + 6e20f46 commit 385e7c6

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)