oops, remove debug message

This commit is contained in:
benfry
2011-04-17 14:27:46 +00:00
parent b1a271b776
commit 75293df5e3
@@ -85,7 +85,6 @@ public class JEditTextArea extends JComponent
caretTimer = new Timer(500, new ActionListener() {
public void actionPerformed(ActionEvent e) {
System.out.println(caretTimer);
if (hasFocus()) {
blinkCaret();
}