diff --git a/src/Core/Tools/Services/Implementations/SendService.cs b/src/Core/Tools/Services/Implementations/SendService.cs index 31a573ef0f..56bd525f9f 100644 --- a/src/Core/Tools/Services/Implementations/SendService.cs +++ b/src/Core/Tools/Services/Implementations/SendService.cs @@ -204,7 +204,6 @@ public class SendService : ISendService return (false, false, false); } - // TODO: this is what we will be using to validate password in SendAccessGrantValidator if (!string.IsNullOrWhiteSpace(send.Password)) { if (string.IsNullOrWhiteSpace(password))