Skip to content

Commit

Permalink
Remove spammy log message from Keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Nov 26, 2014
1 parent af9fbbf commit 486c99f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ void Keyboard::Process()
{
while(!m_bStop)
{
CLog::Log(LOGDEBUG, "Keyboard: Process() m_bStop %d", m_bStop);
if (conn)
dbus_connection_read_write_dispatch(conn, 0);
int ch[8];
Expand Down

0 comments on commit 486c99f

Please sign in to comment.