mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 17:26:11 +02:00
Remove extra logging
This commit is contained in:
parent
5a27d656c5
commit
099a675a18
1 changed files with 0 additions and 5 deletions
|
@ -130,8 +130,6 @@ ModalWindow {
|
|||
choices = [],
|
||||
i, length;
|
||||
|
||||
console.log("####### folder parts: " + JSON.stringify(folders));
|
||||
|
||||
if (folders[folders.length - 1] === "") {
|
||||
folders.pop();
|
||||
}
|
||||
|
@ -160,9 +158,6 @@ ModalWindow {
|
|||
|
||||
onLastValidFolderChanged: {
|
||||
var folder = d.capitalizeDrive(lastValidFolder);
|
||||
|
||||
console.log("####### lastValidFolder: " + folder);
|
||||
|
||||
calculatePathChoices(folder);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue