From f6819f2c5b57aff32dbe31360c10d6337e7380ea Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 9 Apr 2017 03:38:37 +0200 Subject: [PATCH] cleans the code --- Yavsc/Controllers/HairCutCommandController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Yavsc/Controllers/HairCutCommandController.cs b/Yavsc/Controllers/HairCutCommandController.cs index cf03ec02..6f2c055c 100644 --- a/Yavsc/Controllers/HairCutCommandController.cs +++ b/Yavsc/Controllers/HairCutCommandController.cs @@ -120,9 +120,7 @@ namespace Yavsc.Controllers // a Prestation is required model.Prestation.Taints = colors.Select(c => new HairTaintInstance { Taint = c }).ToList(); - _logger.LogWarning($"######### Colors!!!!! :: {colors.Count} :: "); - } else _logger.LogWarning("######### no Colors :'("); - + } if (string.IsNullOrWhiteSpace(uid) || string.IsNullOrWhiteSpace(prid)) throw new InvalidOperationException(