X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.cpp;h=ca16dab1b54f72f8d475016578bf35d5c198c593;hb=734a8b9f5d2baaadc3762b4abd25032898a2653b;hp=3ca249b1a5094ecf5003233f9fb1f5c3732bf680;hpb=c364ccde52c21ef2edf19e93379b7e77dffa7cd8;p=nageru diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index 3ca249b..ca16dab 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -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); }