]> git.sesse.net Git - nageru/commitdiff
Remove a debug message.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Jan 2019 19:41:25 +0000 (20:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Jan 2019 19:41:25 +0000 (20:41 +0100)
futatabi/player.cpp

index 12b1616978c3c002140ead42f2660c34a5f8019e..6a8612f86e43be0f0f2e1740edd31a0c53ec61d9 100644 (file)
@@ -194,7 +194,6 @@ void Player::play_playlist_once()
                        {
                                lock_guard<mutex> lock(queue_state_mu);
                                if (splice_ready) {
-                                       fprintf(stderr, "splicing\n");
                                        if (next_clip == nullptr) {
                                                do_splice(to_splice_clip_list, clip_idx, -1, &clip_list);
                                        } else {