Skip to content

Commit 4850021

Browse files
committed
delete deprecation warning that was not meant to be added in #2392
1 parent 4e8be38 commit 4850021

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/core/config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ const defaultDocsifyConfig = () => ({
119119
* @returns {DocsifyConfig}
120120
*/
121121
export default function (vm, config = {}) {
122-
if (window.$docsify) {
123-
// eslint-disable-next-line no-console
124-
console.warn(
125-
'DEPRECATION: The global $docsify config variable is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart',
126-
);
127-
}
128-
129122
config = Object.assign(
130123
defaultDocsifyConfig(),
131124

0 commit comments

Comments
 (0)