diff --git a/src/NATS.Client.Core/Commands/CommandWriter.cs b/src/NATS.Client.Core/Commands/CommandWriter.cs
index 863d68691..fa48ff2ff 100644
--- a/src/NATS.Client.Core/Commands/CommandWriter.cs
+++ b/src/NATS.Client.Core/Commands/CommandWriter.cs
@@ -558,15 +558,6 @@ private static async Task ReaderLoopAsync(
///
/// Enqueues a command, and kicks off a flush
///
- ///
- /// Whether the command was successful
- /// If true, it will be sent on the wire
- /// If false, it will be thrown out
- ///
- ///
- /// Number of bytes to skip from beginning of message
- /// when sending on the wire
- ///
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private void EnqueueCommand()
{