From: vsr Date: Fri, 18 Nov 2005 12:13:37 +0000 (+0000) Subject: Remove debug message X-Git-Tag: V_3_1_0a3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8504f5d969fa2198ce65a967eea5c5c76de39d1f;p=tools%2Finstall.git Remove debug message --- diff --git a/runInstall b/runInstall index 76d6fd0..d5cf914 100755 --- a/runInstall +++ b/runInstall @@ -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 option."