Salome HOME
Remove debug message
[tools/install.git] / runInstall
index 76d6fd029f376d7ac1587ea0507e7631124ff39e..d5cf9148407153c8befed7a075e9c8ffe17b5b29 100755 (executable)
@@ -514,7 +514,6 @@ if __name__ == "__main__":
 
         xml_file = cur_dir +  xml_file_name
 
-    print xml_file
     if not xml_file or not os.path.exists(xml_file):
         msg  = "Configuration file %s is not found!"%xml_file
         msg += "\nTry to run with -f <xmlfile> option."