remove duplicate eslint comment

This commit is contained in:
afc163 2016-04-28 15:55:43 +08:00
parent 205e76aa73
commit 1d79f7ad13

View File

@ -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.`);