remove debug print
This commit is contained in:
parent
19701af4ec
commit
301a6423db
1 changed files with 0 additions and 1 deletions
1
cimp.bas
1
cimp.bas
|
|
@ -364,7 +364,6 @@ while keyin<>27
|
||||||
elseif left$(client_cmd, 4) = "ADD:" then
|
elseif left$(client_cmd, 4) = "ADD:" then
|
||||||
dim new_file as string
|
dim new_file as string
|
||||||
new_file = _trim$(mid$(client_cmd, 5))
|
new_file = _trim$(mid$(client_cmd, 5))
|
||||||
print new_file
|
|
||||||
if _fileexists(new_file) then
|
if _fileexists(new_file) then
|
||||||
if lcase$(right$(new_file, 4)) = ".m3u" then
|
if lcase$(right$(new_file, 4)) = ".m3u" then
|
||||||
parsem3u new_file, file()
|
parsem3u new_file, file()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue