diff --git a/index.js b/index.js index 41adc16a45..fcc428601c 100644 --- a/index.js +++ b/index.js @@ -18,8 +18,6 @@ const antd = { Card, LocaleProvider, Transfer, Cascader, }; -/* eslint no-console:0 */ - if (typeof console !== 'undefined' && console.warn) { console.warn(`you are using prebuild antd, please use https://github.com/ant-design/babel-plugin-antd to reduce app bundle size.`);