We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01fba1 commit f8c1f8aCopy full SHA for f8c1f8a
packages/core/src/models/extensions/logger.ts
@@ -31,7 +31,6 @@ export abstract class BaseActivityLogger<ActivityLoggerTypeOption>
31
const option = this.getConfig()['options'][
32
this.getExtensionId()!
33
] as ActivityLoggerTypeOption;
34
- console.log('option', option);
35
return option;
36
}
37
0 commit comments