mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat(civitai): remove debug print statement from rewrite_preview_url function
This commit is contained in:
@@ -40,7 +40,6 @@ def rewrite_preview_url(source_url: str | None, media_type: str | None = None) -
|
|||||||
return source_url, False
|
return source_url, False
|
||||||
|
|
||||||
rewritten = urlunparse(parsed._replace(path=updated_path))
|
rewritten = urlunparse(parsed._replace(path=updated_path))
|
||||||
print(rewritten)
|
|
||||||
return rewritten, True
|
return rewritten, True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user