mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove debug info
This commit is contained in:
@@ -100,7 +100,6 @@ public class JavaTextAreaPainter extends TextAreaPainter
|
||||
|
||||
public JavaTextAreaPainter(JavaTextArea textArea, TextAreaDefaults defaults) {
|
||||
super(textArea, defaults);
|
||||
new Exception().printStackTrace(System.out);
|
||||
|
||||
addMouseListener(new MouseAdapter() {
|
||||
public void mouseClicked(MouseEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user