From 1d79f7ad132ad321e3771a3578d77715ecdfbd34 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 28 Apr 2016 15:55:43 +0800 Subject: [PATCH] remove duplicate eslint comment --- index.js | 2 -- 1 file changed, 2 deletions(-) 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.`);