mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
remove debug messages
This commit is contained in:
parent
716d9e554c
commit
0ae6e9f241
1 changed files with 0 additions and 2 deletions
|
@ -318,9 +318,7 @@ FocusScope {
|
|||
}
|
||||
|
||||
function repositionOnVisible(item) {
|
||||
console.warn("repositionOnVisible() item:" + item);
|
||||
var targetWindow = d.getDesktopWindow(item);
|
||||
console.warn("repositionOnVisible() targetWindow:" + targetWindow);
|
||||
if (!targetWindow) {
|
||||
console.warn("Could not find top level window for " + item);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue