Skip to content

Commit 0764f9f

Browse files
Removing console logging statements
Signed-off-by: Steve Springett <[email protected]>
1 parent feec1cf commit 0764f9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/views/portfolio/projects/ProjectFindings.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
detailViewByClick: false,
185185
detailFormatter: (index, row) => {
186186
let projectUuid = this.uuid;
187-
console.log(row);
188187
return this.vueFormatter({
189188
i18n,
190189
template: `
@@ -335,10 +334,8 @@
335334
}
336335
if (Object.prototype.hasOwnProperty.call(analysis, "isSuppressed")) {
337336
this.isSuppressed = analysis.isSuppressed;
338-
console.log("Setting isSuppressed to " + analysis.isSuppressed);
339337
} else {
340338
this.isSuppressed = false;
341-
console.log("Setting isSuppressed to false");
342339
}
343340
},
344341
makeAnalysis: function() {

0 commit comments

Comments
 (0)