From 43d7d8bbce77f88ee5e094c5c55a47b1312418b2 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Sat, 9 Sep 2023 11:39:41 -0500 Subject: [PATCH] remove comments --- .../BotSharp.Core/Conversations/Services/ConversationStorage.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStorage.cs b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStorage.cs index 7a9be970..32be3594 100644 --- a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStorage.cs +++ b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationStorage.cs @@ -55,7 +55,6 @@ public class ConversationStorage : IConversationStorage } var updatedDialogs = sb.ToString(); - //File.AppendAllText(conversationFile, updatedDialogs); db.UpdateConversationDialog(conversationId, updatedDialogs); }