Skip to content

Commit 5b1249e

Browse files
committed
remove console.log
1 parent 4a85e4f commit 5b1249e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/microsoft_outlook/microsoft_outlook.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export default {
417417
};
418418
let total, count = 0;
419419
do {
420-
const { value } = await fn(args); console.log(args.params);
420+
const { value } = await fn(args);
421421
for (const item of value) {
422422
yield item;
423423
if (max && ++count >= max) {

0 commit comments

Comments
 (0)