diff --git a/audio/microphone_driver.c b/audio/microphone_driver.c index e0c0f64b21..db541ed155 100644 --- a/audio/microphone_driver.c +++ b/audio/microphone_driver.c @@ -268,7 +268,6 @@ bool microphone_driver_init_internal(void *settings_data) if (!settings->bools.microphone_enable) { /* If the user has mic support turned off... */ mic_st->flags &= ~MICROPHONE_DRIVER_FLAG_ACTIVE; - RARCH_DBG("[Microphone]: Refused to initialize microphone driver because it's disabled in the settings.\n"); return false; }