]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.cpp
Remove more not-so-useful output.
[nageru] / nageru / mixer.cpp
index 3ca249b1a5094ecf5003233f9fb1f5c3732bf680..ca16dab1b54f72f8d475016578bf35d5c198c593 100644 (file)
@@ -580,9 +580,7 @@ Mixer::~Mixer()
 void Mixer::configure_card(unsigned card_index, CaptureInterface *capture, CardType card_type, DeckLinkOutput *output, bool is_srt_card)
 {
        bool is_active = capture != nullptr;
-       if (is_active) {
-               printf("Configuring card %d...\n", card_index);
-       } else {
+       if (!is_active) {
                assert(card_type == CardType::FAKE_CAPTURE);
        }