Skip to content

Commit 09bb025

Browse files
committed
remove print
1 parent dc5ce16 commit 09bb025

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

label_maker/package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def package_directory(dest_folder, classes, imagery, ml_type, seed=False,
7070

7171
x_vals = []
7272
y_vals = []
73-
74-
print(kwargs.keys())
75-
73+
7674
# open the images and load those plus the labels into the final arrays
7775
if is_tif(imagery): # if a TIF is provided, use jpg as tile format
7876
image_format = '.jpg'

0 commit comments

Comments
 (0)