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()