mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 03:58:01 +02:00
remove spammy log
This commit is contained in:
parent
5c7f85f4a1
commit
b7b4d9417b
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…
Add table
Reference in a new issue