mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Remove unneeded console.log
This commit is contained in:
@@ -164,7 +164,6 @@ class FileLoader {
|
||||
if (this.#has_prefix) {
|
||||
name = `${index.toString().padStart(3, "0")}_${name}`;
|
||||
}
|
||||
console.log(name);
|
||||
let t = this.#get_file(name);
|
||||
if (t) return t;
|
||||
const ext = extname(name).toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user