From 9980ca3e1d98b148af480b5abe11c28378c1274a Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Mon, 1 Jan 2024 13:56:56 -0600 Subject: [PATCH] clean code --- .../Conversations/Models/ConversationHistoryState.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationHistoryState.cs b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationHistoryState.cs index 224fe735..2b8816a3 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationHistoryState.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Conversations/Models/ConversationHistoryState.cs @@ -14,9 +14,4 @@ public class ConversationHistoryState : Dictionary ToKeyValueList() - //{ - // return this.Select(x => new StateKeyValue(x.Key, x.Value)).ToList(); - //} }