diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-30 20:44:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-30 20:44:59 -0600 |
| commit | 6e1e847750dc593bcb2571c9775b2db11661cdb2 (patch) | |
| tree | d744ace687e5a603e00daae604cb1a5a35de6795 /src/emotes.cpp | |
| parent | 593bd54000be14c9a1455914285c1b2549b0fa51 (diff) | |
Add and refine debug log messages (#625)
Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful.
Diffstat (limited to 'src/emotes.cpp')
| -rw-r--r-- | src/emotes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emotes.cpp b/src/emotes.cpp index 67a243ba..53f2b065 100644 --- a/src/emotes.cpp +++ b/src/emotes.cpp @@ -201,7 +201,6 @@ void Courtroom::on_emote_left_clicked() void Courtroom::on_emote_right_clicked() { - qDebug() << "emote right clicked"; ++current_emote_page; set_emote_page(); |
