mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
remove spammy log
This commit is contained in:
parent
f2666a1c47
commit
63ec83e179
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void Events::listener_unmapWindow(wl_listener* listener, void* data) {
|
|||
void Events::listener_commitWindow(wl_listener* listener, void* data) {
|
||||
CWindow* PWINDOW = wl_container_of(listener, PWINDOW, listen_commitWindow);
|
||||
|
||||
Debug::log(LOG, "Window %x committed", PWINDOW);
|
||||
// Debug::log(LOG, "Window %x committed", PWINDOW); // SPAM!
|
||||
}
|
||||
|
||||
void Events::listener_destroyWindow(wl_listener* listener, void* data) {
|
||||
|
|
Loading…
Reference in a new issue