# HG changeset patch # User Jason Maltzen # Date 2015-12-27 09:41:13 # Node ID 237225d09aaa542eb8e52b70d9e1a7457d95ca32 # Parent 153d34370b24caf69842ddda1b9c06dfcbde72ff Disable debug logging 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;