summaryrefslogtreecommitdiff
path: root/src/rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rounds.c')
-rw-r--r--src/rounds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rounds.c b/src/rounds.c
index 88166c6..f5082a4 100644
--- a/src/rounds.c
+++ b/src/rounds.c
@@ -100,7 +100,6 @@ void update_round_server()
if (characters_visible_count > round_text_len) characters_visible_count = round_text_len;
if (visible_previously_count < characters_visible_count) {
add_ui_audio_event_to_queue(EVENT_CHARACTER_TYPE);
- log_info("CHARACTER!");
visible_previously_count = characters_visible_count;
}
}