Remove debug line

This commit is contained in:
Brandon Rising 2024-01-30 20:47:36 -05:00 committed by Kent Keirsey
parent 088e3420e6
commit 5d773dc94c

View File

@ -330,7 +330,6 @@ class ModelInstall(object):
with TemporaryDirectory(dir=self.config.models_path) as staging:
CIVITAI_RE = r".*civitai.com.*"
civit_url = re.match(CIVITAI_RE, url, re.IGNORECASE)
print(civit_url)
location = download_with_resume(url, Path(staging), access_token=self.civit_api_key if civit_url else None)
if not location:
logger.error(f"Unable to download {url}. Skipping.")