Skip to content

Commit f8c1f8a

Browse files
committed
rm console
1 parent c01fba1 commit f8c1f8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/models/extensions/logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export abstract class BaseActivityLogger<ActivityLoggerTypeOption>
3131
const option = this.getConfig()['options'][
3232
this.getExtensionId()!
3333
] as ActivityLoggerTypeOption;
34-
console.log('option', option);
3534
return option;
3635
}
3736
}

0 commit comments

Comments
 (0)