diff --git a/src/App.ts b/src/App.ts index cb60409fc..34949070e 100644 --- a/src/App.ts +++ b/src/App.ts @@ -251,12 +251,6 @@ export default class App { // only logLevel is passed this.clientOptions.logLevel = logLevel; } else { - if (logLevel !== undefined) { - // If the constructor has both, logLevel is ignored - this.logger.warn( - "As `logger` is passed as well, `logLevel` argument won't be used. Set the log level to the `logger` instance instead.", - ); - } // Since v3.4, WebClient starts sharing loggger with App this.clientOptions.logger = this.logger; }