mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 13:48:42 -05:00
Remove debug code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user