1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Removed some debugging leftovers...

This commit is contained in:
Cristian Maglie 2020-01-20 17:08:11 +01:00 committed by Cristian Maglie
parent 7ae377d3e9
commit 4cc3e72fa2

View File

@ -172,8 +172,6 @@ public abstract class AbstractTextMonitor extends AbstractMonitor {
@Override
protected void onEnableWindow(boolean enable) {
Thread.dumpStack();
System.out.println("onEnableWindow " + enable);
// never actually disable textArea, so people can
// still select & copy text, even when the port
// is closed or disconnected