We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feec1cf commit 0764f9fCopy full SHA for 0764f9f
src/views/portfolio/projects/ProjectFindings.vue
@@ -184,7 +184,6 @@
184
detailViewByClick: false,
185
detailFormatter: (index, row) => {
186
let projectUuid = this.uuid;
187
- console.log(row);
188
return this.vueFormatter({
189
i18n,
190
template: `
@@ -335,10 +334,8 @@
335
334
}
336
if (Object.prototype.hasOwnProperty.call(analysis, "isSuppressed")) {
337
this.isSuppressed = analysis.isSuppressed;
338
- console.log("Setting isSuppressed to " + analysis.isSuppressed);
339
} else {
340
this.isSuppressed = false;
341
- console.log("Setting isSuppressed to false");
342
343
},
344
makeAnalysis: function() {
0 commit comments