delete deprecation warning that was not meant to be added in #2392 (#2646)

This commit is contained in:
Joe Pea 2025-12-05 17:02:21 -08:00 committed by GitHub
parent 4e8be38304
commit 72b21d19ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,13 +119,6 @@ const defaultDocsifyConfig = () => ({
* @returns {DocsifyConfig}
*/
export default function (vm, config = {}) {
if (window.$docsify) {
// eslint-disable-next-line no-console
console.warn(
'DEPRECATION: The global $docsify config variable is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart',
);
}
config = Object.assign(
defaultDocsifyConfig(),