Skip to content

Commit 8ce88af

Browse files
committed
remove console.log
1 parent 930f554 commit 8ce88af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/microsoft_outlook/sources/new-email/new-email.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default {
9797
},
9898
emitEvent(item) {
9999
if (this.isRelevant(item)) {
100-
console.log(this.generateMeta(item));
101100
this.$emit(
102101
{
103102
email: item,

0 commit comments

Comments
 (0)