mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
missed to comment out debug println()
This commit is contained in:
@@ -1719,7 +1719,7 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
} else {
|
||||
// Check the first characters to see if it's already a comment.
|
||||
String begin = textarea.getText(pos, prefixLen);
|
||||
System.out.println("begin is '" + begin + "'");
|
||||
//System.out.println("begin is '" + begin + "'");
|
||||
commented = begin.equals(prefix);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user