Remove verbose debugging statement
ClosedPublic

Authored by fvogt on Jun 8 2018, 7:13 PM.

Details

Summary

This ends up in the system log otherwise. Reintroduction with categorized
logging might be useful.

Test Plan

No message in the log anymore.

Diff Detail

Repository
R101 KHotKeys
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
fvogt created this revision.Jun 8 2018, 7:13 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJun 8 2018, 7:13 PM
fvogt requested review of this revision.Jun 8 2018, 7:13 PM
davidedmundson accepted this revision.Jun 8 2018, 7:22 PM
This revision is now accepted and ready to land.Jun 8 2018, 7:22 PM
ahartmetz accepted this revision.Jun 8 2018, 7:24 PM
ahartmetz added a subscriber: ahartmetz.

There are many more plain qDebug()s in this module, but this one seems to produce the most noise...

This revision was automatically updated to reflect the committed changes.