Skip to content

Commit 5a7d11b

Browse files
author
Lincoln Stein
committed
remove debugging statement
1 parent 5bbf7fe commit 5a7d11b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ldm/invoke/config/model_install_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def install_requested_models(
111111
if len(external_models)>0:
112112
print("== INSTALLING EXTERNAL MODELS ==")
113113
for path_url_or_repo in external_models:
114-
print(f'DEBUG: path_url_or_repo = {path_url_or_repo}')
115114
try:
116115
model_manager.heuristic_import(
117116
path_url_or_repo,

0 commit comments

Comments
 (0)