From 49a645318caca99618cb72edf7d548422c146725 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 4 Jan 2024 15:15:25 -0500 Subject: [PATCH] Remove comment I nitpicked --- src/Core/Tools/Entities/Send.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Core/Tools/Entities/Send.cs b/src/Core/Tools/Entities/Send.cs index 9391e1b713..93fa7a37c0 100644 --- a/src/Core/Tools/Entities/Send.cs +++ b/src/Core/Tools/Entities/Send.cs @@ -120,9 +120,6 @@ public class Send : ITableObject /// /// Identifies the Cipher associated with this send. /// - /// - /// Not presently in-use by client applications. - /// public Guid? CipherId { get; set; } ///