Update ProfileRepository

This commit is contained in:
Terry MacDonald 2021-10-24 21:39:49 +13:00
parent 51b03c7c1c
commit 6e35825b10

View File

@ -101,7 +101,7 @@ namespace DisplayMagicianShared
catch (Exception ex)
{
SharedLogger.logger.Warn(ex, $"ProfileRepository/ProfileRepository: Exception creating the Profiles storage folder.");
}
}
}
#endregion