chore: remove unnecessary log

This commit is contained in:
Evan You
2018-02-28 17:22:48 -05:00
parent 1864cef09e
commit 00ec67bc35

View File

@@ -1,6 +1,5 @@
module.exports = (api, { lintOnSave }) => {
if (lintOnSave) {
console.log(lintOnSave)
const options = require('./eslintOptions')(api)
api.chainWebpack(webpackConfig => {
webpackConfig.module