Skip to content

Commit 1cd5155

Browse files
committed
remove print
1 parent b14bffe commit 1cd5155

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/diffusers/configuration_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ def load_config(
374374
raise ValueError(
375375
f"We did not manage to find the file {os.path.join(pretrained_model_name_or_path, cls.config_name)} in the archive. We only have the following files {dduf_reader.files}"
376376
)
377-
print(f"File found: {config_file}")
378-
elif not dduf_reader:
379-
print("not dduf")
380377
elif os.path.isfile(pretrained_model_name_or_path):
381378
config_file = pretrained_model_name_or_path
382379
elif os.path.isdir(pretrained_model_name_or_path):

0 commit comments

Comments
 (0)