Skip to content

Commit 388ab2f

Browse files
changed document type mongo
1 parent 0657ffe commit 388ab2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/module-mongodb-storage/src/storage/MongoReportStorage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export class MongoReportStorage implements storage.ReportStorageFactory {
1818
}
1919

2020
async reportSdkConnect(data: SdkConnectDocument): Promise<void> {
21-
console.log(data);
2221
await this.db.sdk_report_events.insertOne(data);
2322
}
2423
async reportSdkDisconnect(data: SdkConnectDocument): Promise<void> {

0 commit comments

Comments
 (0)