diff --git a/src/lib/deskflow/KeyState.cpp b/src/lib/deskflow/KeyState.cpp index de0030919..d1801b183 100644 --- a/src/lib/deskflow/KeyState.cpp +++ b/src/lib/deskflow/KeyState.cpp @@ -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