remove leftover debugging

This commit is contained in:
zefie
2023-10-08 15:53:07 -04:00
parent 8aa32055f5
commit f1711d0c75

View File

@@ -861,7 +861,6 @@ minisrv-no-mail-count: true`;
// if a directory, request index
if (shortURL.indexOf("/ROMCache/") == 0 && minisrv_config.config.enable_shared_romcache) {
shared_romcache = wtvshared.fixPathSlashes(minisrv_config.config.SharedROMCache + path.sep + shortURL.split('/')[1] + '/' + shortURL.split('/')[2]);
console.log(shared_romcache);
}
if (shortURL.substring(shortURL.length - 1) == "/") shortURL += "index";
var urlToPath = wtvshared.fixPathSlashes(service_name + path.sep + shortURL);