diff --git a/RecipeGeneratorWindow.cs b/RecipeGeneratorWindow.cs --- a/RecipeGeneratorWindow.cs +++ b/RecipeGeneratorWindow.cs @@ -221,7 +221,7 @@ namespace DesertPaintLab } if (!exists) { - Console.WriteLine("Add new recipe for {0}", args.Color); + //Console.WriteLine("Add new recipe for {0}", args.Color); // bool isMissingReactions = args.Recipe.CheckMissingReactions(ref missingReactions); // string missingReactionLabel = isMissingReactions ? "X" : ""; colorStore.AppendValues(args.Color); // , missingReactionLabel);