display the /HairCut/Brush profile

This commit is contained in:
Paul Schneider 2018-06-15 15:44:21 +02:00
commit 64d49c661d
24 changed files with 516 additions and 364 deletions

View file

@ -68,7 +68,6 @@ namespace Yavsc.Controllers
Settings = settings,
NeedsSettings = hasConfigurableSettings
};
logger.LogInformation(JsonConvert.SerializeObject(gift.Settings));
return View (gift);
}