mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug lines
This commit is contained in:
@@ -538,9 +538,9 @@ public class Runner implements MessageConsumer {
|
||||
RunnerException findException(String message, ThreadReference thread) {
|
||||
try {
|
||||
// use to dump the stack for debugging
|
||||
for (StackFrame frame : thread.frames()) {
|
||||
System.out.println("frame: " + frame);
|
||||
}
|
||||
// for (StackFrame frame : thread.frames()) {
|
||||
// System.out.println("frame: " + frame);
|
||||
// }
|
||||
|
||||
List<StackFrame> frames = thread.frames();
|
||||
for (StackFrame frame : frames) {
|
||||
|
||||
Reference in New Issue
Block a user