mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
Remove error log on send
This commit is contained in:
@@ -301,7 +301,6 @@ namespace Bit.Icons.Services
|
|||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
_logger.LogError(e, "SendAsync() failed.");
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user