Remove debug code

This commit is contained in:
Zach Musgrave
2022-06-16 10:21:00 -07:00
parent 217b239437
commit 37897d8ac6
@@ -73,8 +73,6 @@ func (w FixedWidthDiffTableWriter) WriteRow(
}
func colorsForDiffTypes(colDiffTypes []diff.ChangeType) []*color.Color {
// TODO: remove me (just for goland debugging)
color.NoColor = false
colors := make([]*color.Color, len(colDiffTypes))
for i := range colDiffTypes {
if colDiffTypes[i] != diff.None {