remove debug item

This commit is contained in:
Ben Fry
2015-09-22 19:17:45 -04:00
parent 2c02fc6661
commit e65ab4a54d

View File

@@ -335,7 +335,6 @@ public class ErrorTable extends JTable {
boolean selected,
boolean focused,
int row, int column) {
setBackground(Color.RED);
if (selected) {
setForeground(textColorSelected);
setBackground(bgColorSelected);