mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
oops, remove debug message
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user