diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-24 11:19:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-24 11:19:35 +0100 |
| commit | ff3de32a164619ee1599c4f43600872f6cf955c4 (patch) | |
| tree | 34ad875d0ba1054e6dd7406f103101c480901309 /src/rounds.c | |
| parent | cb9c0f812695da554e1feb5afe71b38324b65103 (diff) | |
music
Diffstat (limited to 'src/rounds.c')
| -rw-r--r-- | src/rounds.c | 1 |
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; } } |
