From a2350b64785cadb012069b92d4144329421e0fd4 Mon Sep 17 00:00:00 2001 From: j4ck <50369519+j4cegh@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:08:34 +0300 Subject: [PATCH] Remove useless comment --- RSND/Core/Querying/Queries/GetQuery.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/RSND/Core/Querying/Queries/GetQuery.cs b/RSND/Core/Querying/Queries/GetQuery.cs index ed5ec62..30bd6bf 100644 --- a/RSND/Core/Querying/Queries/GetQuery.cs +++ b/RSND/Core/Querying/Queries/GetQuery.cs @@ -1,8 +1,5 @@ namespace RSND.Core.Querying.Queries; -/// -/// The query that gets a value from the database. -/// public class GetQuery : IQuery { public GetQuery(string table, string select, string where)