remove dangling debug statement

This commit is contained in:
Lincoln Stein 2022-09-27 18:13:45 -04:00
parent 9b4d328be0
commit ac1999929f

View File

@ -829,7 +829,6 @@ class Generate:
return model
def _load_img(self, path, width, height, fit=False):
print(f'DEBUG: path = {path}')
assert os.path.exists(path), f'>> {path}: File not found'
# with Image.open(path) as img: