From 46a6982e5df10d2b75d8b381df2bfd7454f6756f Mon Sep 17 00:00:00 2001 From: zanllp Date: Mon, 1 May 2023 08:50:52 +0800 Subject: [PATCH] remove useless code --- scripts/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/api.py b/scripts/api.py index 1416ac4..f2628d4 100644 --- a/scripts/api.py +++ b/scripts/api.py @@ -386,7 +386,6 @@ def infinite_image_browsing_api(_: Any, app: FastAPI, **kwargs): conn = DataBase.get_conn() path = os.path.normpath(req.img_path) img = DbImg.get(conn, path) - print(img.id) tags = ImageTag.get_tags_for_image(conn=conn, image_id=img.id, type='custom', tag_id=req.tag_id) is_remove = len(tags) if is_remove: