Disable console log

This commit is contained in:
cyber-dream 2023-05-16 13:52:11 +03:00
parent 6a93f418d5
commit 2a5f0bb3f4

View File

@ -211,7 +211,6 @@ class FinderWindow{
}
let path = ""
if (fileName === null){
console.log(fileName)
path = this.curPath
} else {
path = `${this.curPath}/${fileName}`