remove this dumb fuck spammy log

This commit is contained in:
vaxerski 2022-03-08 21:22:05 +01:00
parent 951e1c3b62
commit ddcead1c84
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}