Skip to content

Commit 9b84ad7

Browse files
committed
remove console.log
1 parent fb86a71 commit 9b84ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/microsoft_outlook/microsoft_outlook.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export default {
305305
"contentType": metadata.contentType,
306306
"contentBytes": base64,
307307
});
308-
} console.log(attachments);
308+
}
309309
const message = {
310310
subject: self.subject,
311311
attachments,

0 commit comments

Comments
 (0)