mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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