From a53e1125e6b774c6ab29ec4acf55cff45afef34d Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 1 Oct 2022 15:03:25 -0400 Subject: [PATCH] remove debugging message --- scripts/dream.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/dream.py b/scripts/dream.py index 7a9b26a995..5fab79f7d9 100644 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -279,9 +279,6 @@ def main_loop(gen, opt, infile): prefix = file_writer.unique_prefix() def image_writer(image, seed, upscaled=False, first_seed=None, use_prefix=None): - print(f'DEBUG:upscaled={upscaled}, first_seed={first_seed}, use_prefix={use_prefix}') - - # note the seed is the seed of the current image # the first_seed is the original seed that noise is added to # when the -v switch is used to generate variations