Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / src / net / sf / openrocket / gui / plot / SimulationPlotDialog.java
index d26ea7c2b5a74b9f360c5e5dcd26507a5a8d41f2..ada19bfcd8a98b7a7e94ea890e23e4ef24d2b4ac 100644 (file)
@@ -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;
                }