Cleanup misc es-lint disablements not required, removed dev mode manually set flag for better NODE_ENV built in flag which avoids potentially forgetting to remove that in production builds.

This commit is contained in:
2022-08-20 18:15:27 +00:00
parent 0c359e9bde
commit ae79d68770
8 changed files with 5 additions and 22 deletions

View File

@@ -166,8 +166,6 @@ export default {
//check for any terminal status
if (jobStatus != 1 && jobStatus != 2) {
this.jobActive = false;
// // eslint-disable-next-line no-debugger
// debugger;
const jobLogRes = await window.$gz.api.get(
`job-operations/logs/${jobId}`
);