core: remove logs, remove log for A_DUPLICATE error (#896)

This commit is contained in:
Evgeny Poberezkin
2022-08-04 20:59:05 +01:00
committed by GitHub
parent 03d9d86aba
commit 7a00a3e324
3 changed files with 1 additions and 19 deletions
+1
View File
@@ -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"]