X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fgui%2Fplot%2FSimulationPlotDialog.java;fp=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fgui%2Fplot%2FSimulationPlotDialog.java;h=ada19bfcd8a98b7a7e94ea890e23e4ef24d2b4ac;hb=9349577cdfdff682b2aabd6daa24fdc3a7449b58;hp=d26ea7c2b5a74b9f360c5e5dcd26507a5a8d41f2;hpb=30ba0a882f0c061176ba14dbf86d3d6fad096c02;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; }