SERVER-115549 Remove TODO (#45296)

GitOrigin-RevId: fa705817c2d58f7e7bcce47db1bd0fa01c1eae4c
This commit is contained in:
nicola cabiddu 2025-12-16 10:32:22 +00:00 committed by MongoDB Bot
parent 8df5d7bb84
commit 4844f4b6f1
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ class Command {
/** /**
* Insert document command. * Insert document command.
* TODO: SERVER-114857 - This command needs to know if the collection already exists.
* The insertion behavior may differ depending on whether the collection is already created.
*/ */
class InsertDocCommand extends Command { class InsertDocCommand extends Command {
constructor(dbName, collName, shardSet, collectionCtx) { constructor(dbName, collName, shardSet, collectionCtx) {