Remove commented debug code.

This commit is contained in:
Burak Kaan Köse
2024-05-21 23:48:06 +02:00
parent 0c504b52e4
commit 879f91693e

View File

@@ -89,10 +89,6 @@ namespace Wino.Mail.ViewModels.Data
{
MailCopy = updatedMailItem;
// DEBUG
//if (updatedMailItem.AssignedAccount == null || updatedMailItem.AssignedFolder == null)
// throw new Exception("Assigned account or folder is null.");
OnPropertyChanged(nameof(IsRead));
OnPropertyChanged(nameof(IsFocused));
OnPropertyChanged(nameof(IsFlagged));