diff --git a/RecipeGeneratorWindow.cs b/RecipeGeneratorWindow.cs --- a/RecipeGeneratorWindow.cs +++ b/RecipeGeneratorWindow.cs @@ -136,7 +136,7 @@ namespace DesertPaintLab maxIngredientsSpinButton.Value = generator.MaxReagents; } } - generator.Log = System.IO.Path.Combine(profile.Directory, "dp_log.txt"); + //generator.Log = System.IO.Path.Combine(profile.Directory, "dp_log.txt"); countLabel.Text = String.Format("{0} / {1}", profile.RecipeCount, Palette.Count); Destroyed += OnDestroyed;