remove comments

This commit is contained in:
Jicheng Lu 2023-09-09 11:39:41 -05:00
parent 5e9f910661
commit 43d7d8bbce

View file

@ -55,7 +55,6 @@ public class ConversationStorage : IConversationStorage
}
var updatedDialogs = sb.ToString();
//File.AppendAllText(conversationFile, updatedDialogs);
db.UpdateConversationDialog(conversationId, updatedDialogs);
}