remove comments
This commit is contained in:
parent
5e9f910661
commit
43d7d8bbce
|
|
@ -55,7 +55,6 @@ public class ConversationStorage : IConversationStorage
|
|||
}
|
||||
|
||||
var updatedDialogs = sb.ToString();
|
||||
//File.AppendAllText(conversationFile, updatedDialogs);
|
||||
db.UpdateConversationDialog(conversationId, updatedDialogs);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue