Skip to content

Commit ca7690d

Browse files
committed
fix: remove logging for currentOp COMPASS-9203
1 parent 5c8b2ac commit ca7690d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/data-service/src/data-service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,6 @@ class DataServiceImpl extends WithLogContext implements DataService {
21792179
return this._collection(ns, 'CRUD').bulkWrite(operations, options);
21802180
}
21812181

2182-
@op(mongoLogId(1_001_000_053), (_, result) => {
2183-
return result ? { result } : undefined;
2184-
})
21852182
async currentOp(): Promise<{ inprog: Document[] }> {
21862183
const db = this._database('admin', 'META');
21872184
const pipelineWithTruncateOps: Document[] = [

0 commit comments

Comments
 (0)