Changeset - cbcdc45e1b92
[Not reviewed]
default
0 1 0
Jason Maltzen - 4 years ago 2019-11-02 18:43:43
jason@hiddenachievement.com
Remove a debug message.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ReactionRecorder.cs
Show inline comments
...
 
@@ -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;
0 comments (0 inline, 0 general)