Remove debug log in production
This commit is contained in:
parent
3e26df864c
commit
5723dc2a8a
1 changed files with 0 additions and 2 deletions
|
@ -166,8 +166,6 @@ export default {
|
|||
|
||||
this.version = json.build.version;
|
||||
|
||||
console.log(json);
|
||||
|
||||
const jobId = json.build.jobs[0].jobId;
|
||||
const jobIdProfiled = json.build.jobs[1].jobId;
|
||||
|
||||
|
|
Loading…
Reference in a new issue