From 301a6423dbdb8052cbf40a679bd7b278d7e80056 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:17:59 +0200 Subject: [PATCH] remove debug print --- cimp.bas | 1 - 1 file changed, 1 deletion(-) diff --git a/cimp.bas b/cimp.bas index e39cc51..3b60a71 100644 --- a/cimp.bas +++ b/cimp.bas @@ -364,7 +364,6 @@ while keyin<>27 elseif left$(client_cmd, 4) = "ADD:" then dim new_file as string new_file = _trim$(mid$(client_cmd, 5)) - print new_file if _fileexists(new_file) then if lcase$(right$(new_file, 4)) = ".m3u" then parsem3u new_file, file()