mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: remove logs, remove log for A_DUPLICATE error (#896)
This commit is contained in:
committed by
GitHub
parent
03d9d86aba
commit
7a00a3e324
@@ -861,6 +861,7 @@ viewChatError = \case
|
||||
[ "error: connection authorization failed - this could happen if connection was deleted,\
|
||||
\ secured with different credentials, or due to a bug - please re-create the connection"
|
||||
]
|
||||
AGENT A_DUPLICATE -> []
|
||||
e -> ["smp agent error: " <> sShow e]
|
||||
where
|
||||
fileNotFound fileId = ["file " <> sShow fileId <> " not found"]
|
||||
|
||||
Reference in New Issue
Block a user