X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fgui%2Fplot%2FSimulationPlotDialog.java;h=ada19bfcd8a98b7a7e94ea890e23e4ef24d2b4ac;hb=4095cb0dd61a75b7b6b0bd811f8e803af5b27919;hp=d26ea7c2b5a74b9f360c5e5dcd26507a5a8d41f2;hpb=ace80eeeeca723d4bd6f1cf6736f16b70055be8f;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java b/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java index d26ea7c2..ada19bfc 100644 --- a/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java +++ b/core/src/net/sf/openrocket/gui/plot/SimulationPlotDialog.java @@ -115,7 +115,7 @@ public class SimulationPlotDialog extends JDialog { is = ClassLoader.getSystemResourceAsStream(file); if (is == null) { - System.out.println("ERROR: File " + file + " not found!"); + //System.out.println("ERROR: File " + file + " not found!"); return; }