diff --git a/jstests/libs/util/change_stream/change_stream_commands.js b/jstests/libs/util/change_stream/change_stream_commands.js index 747c1ce0210..9c664c82769 100644 --- a/jstests/libs/util/change_stream/change_stream_commands.js +++ b/jstests/libs/util/change_stream/change_stream_commands.js @@ -59,8 +59,6 @@ class 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 { constructor(dbName, collName, shardSet, collectionCtx) {