Better not crash with invalid id

This commit is contained in:
Luis von der Eltz
2021-02-13 15:44:59 +01:00
parent 7bb627352b
commit 9b7e867c35
@@ -129,7 +129,6 @@ namespace DesktopNotifications.Windows
{
if (!_notifications.Remove(sender, out var notification))
{
Debug.Assert(false);
return;
}