removed unneeded print

This commit is contained in:
JC_Array 2022-10-11 10:24:27 -05:00
parent bb932dbf9f
commit ff4ef13dd5

@ -119,7 +119,6 @@ def get_deepbooru_tags_from_model(model, tags, pil_image, threshold, alpha_sort)
# sort tags
result_tags_out = []
sort_ndx = 0
print(alpha_sort)
if alpha_sort:
sort_ndx = 1