From f20fa1e6fcd2a63797872f8560c196cfd1f178bf Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Tue, 22 Apr 2025 16:42:50 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=B8=A7=E7=8E=87=E8=BD=AC=E6=8D=A2=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/video.py b/nodes/video.py index 7ad4f76..7dd0fb2 100644 --- a/nodes/video.py +++ b/nodes/video.py @@ -258,7 +258,6 @@ class VideoChangeFPS: def changeFps(self, video_path, fps): try: - print(video_path[1]) if not (video_path.startswith("/") or video_path.startswith("output/") or video_path[1] == ":"): video_path = "output/" + video_path loguru.logger.info("Processing video: %s", video_path)