remove debug image gen from outcrop

This commit is contained in:
Lincoln Stein 2022-10-30 12:19:43 -04:00
parent e7368d7231
commit f70af7afb9

View File

@ -111,6 +111,4 @@ class Outcrop(object):
alpha.paste(0,(0,0,extended_img.width,mask_height))
extended_img.putalpha(alpha)
extended_img.save('outputs/curly_extended.png')
return extended_img