mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user