mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 05:25:58 +01:00
remove this dumb fuck spammy log
This commit is contained in:
parent
951e1c3b62
commit
ddcead1c84
1 changed files with 0 additions and 2 deletions
|
@ -1823,8 +1823,6 @@ Vector2D CWindowManager::getCursorPos() {
|
|||
const auto CURSORPOS = Vector2D(pointerreply->root_x, pointerreply->root_y);
|
||||
free(pointerreply);
|
||||
|
||||
Debug::log(LOG, "Cursor pos: " + std::to_string(CURSORPOS.x) + ", " + std::to_string(CURSORPOS.y));
|
||||
|
||||
return CURSORPOS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue