fix lint [skip ci]

This commit is contained in:
Henry Zhu 2017-04-07 12:01:11 -04:00
parent d71169f3b0
commit 556b3743f6

View File

@ -4,7 +4,7 @@ function isPolyfillSource(value) {
return value === "babel-polyfill";
}
function warnOnInstanceMethod(state, details) {
function warnOnInstanceMethod() {
// state.opts.debug &&
// console.warn(
// `Adding a polyfill: An instance method may have been used: ${details}`,