refactor: Remove unnecessary debug log from KeyState::fakeKeys

This commit is contained in:
Nick Bolton
2025-08-04 12:47:24 +01:00
committed by Chris Rizzitello
parent b70c6556c9
commit c4ff0b1832

View File

@ -1065,7 +1065,6 @@ void KeyState::fakeKeys(const Keystrokes &keys, uint32_t count)
}
// generate key events
LOG((CLOG_DEBUG1 "keystrokes:"));
for (auto k = keys.begin(); k != keys.end();) {
if (k->m_type == Keystroke::KeyType::Button && k->m_data.m_button.m_repeat) {
// repeat from here up to but not including the next key