remvoe debug statement

This commit is contained in:
Dante Ruiz 2018-04-04 11:14:53 -07:00
parent 09ced24710
commit 475a3a29ac

View file

@ -327,7 +327,6 @@ FocusScope {
for (var index = 0; index < desktop.visibleChildren.length; index++) {
var child = desktop.visibleChildren[index];
if (child.topLevelWindow && child.hasOwnProperty("modality")) {
console.log(child);
child.setShown(false);
}
}