# HG changeset patch # User Jason Maltzen # Date 2019-11-02 18:43:43 # Node ID cbcdc45e1b92e911a778a973277366ee89ef5063 # Parent 4a851acc449154c52ccb79eb07c957684596780b Remove a debug message. diff --git a/ReactionRecorder.cs b/ReactionRecorder.cs --- a/ReactionRecorder.cs +++ b/ReactionRecorder.cs @@ -643,7 +643,7 @@ namespace DesertPaintLab } } } - System.Console.WriteLine("False-positive patch of color {0},{1},{2} at {3},{4}", patchColor.r, patchColor.g, patchColor.b, roughX, roughY); + //System.Console.WriteLine("False-positive patch of color {0},{1},{2} at {3},{4}", patchColor.r, patchColor.g, patchColor.b, roughX, roughY); } } return false;