Index: trunk/src/tmcsim/cadsimulator/Coordinator.java
===================================================================
--- trunk/src/tmcsim/cadsimulator/Coordinator.java	(revision 560)
+++ trunk/src/tmcsim/cadsimulator/Coordinator.java	(revision 657)
@@ -609,6 +609,6 @@
             Path source = Paths.get(selectedFile);
             Files.copy(source, destination,REPLACE_EXISTING);
-            Logger.getLogger(Coordinator.class.getName()).log(Level.INFO,  
-                    "Loaded script copied to " + destination);
+            //Logger.getLogger(Coordinator.class.getName()).log(Level.INFO,  
+            //        "Loaded script copied to " + destination);
         } catch (IOException ex) {
             Logger.getLogger(Coordinator.class.getName()).log(Level.SEVERE, null, ex);
