Disable console log
This commit is contained in:
parent
6a93f418d5
commit
2a5f0bb3f4
@ -211,7 +211,6 @@ class FinderWindow{
|
|||||||
}
|
}
|
||||||
let path = ""
|
let path = ""
|
||||||
if (fileName === null){
|
if (fileName === null){
|
||||||
console.log(fileName)
|
|
||||||
path = this.curPath
|
path = this.curPath
|
||||||
} else {
|
} else {
|
||||||
path = `${this.curPath}/${fileName}`
|
path = `${this.curPath}/${fileName}`
|
||||||
|
Loading…
Reference in New Issue
Block a user