mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
remove redundant code
This commit is contained in:
@@ -1137,10 +1137,8 @@ public class JavaBuild {
|
||||
// Send a "build finished" event to the build listeners for this project.
|
||||
p.fireBuildFinished(e);
|
||||
|
||||
String out = new String(outb.toByteArray());
|
||||
String err = new String(errb.toByteArray());
|
||||
System.out.println(out);
|
||||
System.err.println(err);
|
||||
System.out.println(outb);
|
||||
System.err.println(errb);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user