Remove debug

This commit is contained in:
bnnm 2018-02-25 16:49:17 +01:00
parent 3b59acbf8a
commit c7173a6df5

View File

@ -1008,10 +1008,8 @@ int get_streamfile_filename(STREAMFILE *streamFile, char * buffer, size_t size)
//todo validate sizes and copy sensible max
if (path) {
VGM_LOG("path\n");
strcpy(buffer, path);
} else {
VGM_LOG("no path\n");
strcpy(buffer, foldername);
}
return 1;