mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
WindowServer: Remove some debug spam.
This commit is contained in:
parent
f12573cb63
commit
8bda69e32f
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ void WSButton::on_mouse_event(const WSMouseEvent& event)
|
|||
wm.set_hovered_button(m_hovered ? this : nullptr);
|
||||
if (old_hovered != m_hovered)
|
||||
wm.invalidate(screen_rect());
|
||||
dbgprintf("move, hov=%d, rect=%s, evpos=%s\n", m_hovered, rect().to_string().characters(), event.position().to_string().characters());
|
||||
}
|
||||
|
||||
if (event.type() == WSMessage::MouseMove && event.buttons() & (unsigned)MouseButton::Left) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue