aboutsummaryrefslogtreecommitdiff
path: root/emotes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emotes.cpp')
-rw-r--r--emotes.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/emotes.cpp b/emotes.cpp
index 25d97e61..c1598aaf 100644
--- a/emotes.cpp
+++ b/emotes.cpp
@@ -104,12 +104,8 @@ void Courtroom::on_emote_clicked(int p_id)
f_emote->set_off(current_char, n_real_emote);
}
- qDebug() << "on_emote_clicked with current_emote " << current_emote;
-
int emote_mod = ao_app->get_emote_mod(current_char, current_emote);
- qDebug() << "on_emote_clicked called with emote mod " << emote_mod;
-
if (emote_mod == 1 ||
emote_mod == 3 ||
emote_mod == 4)