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 //todo validate sizes and copy sensible max
if (path) { if (path) {
VGM_LOG("path\n");
strcpy(buffer, path); strcpy(buffer, path);
} else { } else {
VGM_LOG("no path\n");
strcpy(buffer, foldername); strcpy(buffer, foldername);
} }
return 1; return 1;