errant print

This commit is contained in:
Victor Hall 2023-06-01 19:17:43 -04:00
parent 0e0b546ef7
commit 615fa929e5
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class ImageConfig:
acc = acc.merge(cfg)
acc.shuffle_tags = any(cfg.shuffle_tags for cfg in configs)
print(f"accum shuffle:{acc.shuffle_tags}")
#print(f"accum shuffle:{acc.shuffle_tags}")
return acc
def ensure_caption(self):