window: Removed obnoxious logging

This commit is contained in:
Yuki Joou 2024-09-13 01:55:58 +02:00
parent a1b5ee11f8
commit 67e3eddf0a

View file

@ -834,8 +834,6 @@ bool Window::isOnDesktop(VirtualDesktop *desktop) const
bool Window::isOnCurrentDesktop() const bool Window::isOnCurrentDesktop() const
{ {
bool is = isOnDesktop(VirtualDesktopManager::self()->currentDesktop(output()));
qInfo("isOnDesktop %d", is);
return isOnDesktop(VirtualDesktopManager::self()->currentDesktop(output())); return isOnDesktop(VirtualDesktopManager::self()->currentDesktop(output()));
} }