diff --git a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js index b50d4da..e9f66e3 100644 --- a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js +++ b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js @@ -46,8 +46,6 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) { infoLog: '', }; - console.log(inputs.remove_subs); - if (inputs.remove_subs === undefined) { response.processFile = false; response.infoLog += '☒ Inputs not entered! \n';