removed User uicolor not supporting it in schedule and that was the only place it was used

This commit is contained in:
2021-10-06 22:24:29 +00:00
parent 6dd0fcec15
commit e12d506e90
5 changed files with 17 additions and 13 deletions

View File

@@ -1756,7 +1756,7 @@ namespace AyaNova.Util
u.UserOptions.EmailAddress = bogusEmail;
u.UserOptions.Hour12 = true;
u.UserOptions.CurrencyName = "USD";
u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant();
//u.UserOptions.UiColor = Fake.Internet.Color().ToUpperInvariant();
//this seems wrong to get a new context inside a loop but in testing is actually faster!?