mirror of https://github.com/rancher/dashboard.git
Fix lint warnings
This commit is contained in:
parent
f5a5595f23
commit
b07f8914bc
|
|
@ -209,9 +209,9 @@ export default {
|
||||||
}, `Validation Warnings for ${ opt.url }\n`);
|
}, `Validation Warnings for ${ opt.url }\n`);
|
||||||
|
|
||||||
if (process.env.dev) {
|
if (process.env.dev) {
|
||||||
console.warn(`${ message }\n\n`, res.data);
|
console.warn(`${ message }\n\n`, res.data); // eslint-disable-line no-console
|
||||||
} else {
|
} else {
|
||||||
console.debug(message);
|
console.debug(message); // eslint-disable-line no-console
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue