mac-capture: Remove unneeded debug log

This log line was introduced in 239e9273d and looks like it was for
debugging purposes. It always prints an error message when an SCK audio
capture source was successfully created.
This commit is contained in:
gxalpha 2023-07-02 23:07:48 +02:00 committed by Patrick Heyer
parent 61bed7a828
commit 89124e223e

View file

@ -166,7 +166,6 @@ static bool init_audio_screen_stream(struct screen_capture *sc)
}];
os_event_wait(sc->stream_start_completed);
MACCAP_ERR("init closing, returning %d\n", did_stream_start);
return did_stream_start;
}