We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae377d commit 4cc3e72Copy full SHA for 4cc3e72
app/src/processing/app/AbstractTextMonitor.java
@@ -172,8 +172,6 @@ public void windowGainedFocus(WindowEvent e) {
172
173
@Override
174
protected void onEnableWindow(boolean enable) {
175
- Thread.dumpStack();
176
- System.out.println("onEnableWindow " + enable);
177
// never actually disable textArea, so people can
178
// still select & copy text, even when the port
179
// is closed or disconnected
0 commit comments