scripts/install.py

branch
eric7
changeset 9819
51822ebcb6de
parent 9744
92fbd6bdba84
child 9832
3885b9d7bd31
child 9917
0160b2816f84
--- a/scripts/install.py	Mon Feb 27 16:55:09 2023 +0100
+++ b/scripts/install.py	Mon Feb 27 16:59:51 2023 +0100
@@ -921,9 +921,6 @@
         if os.access(cfg["apidir"], os.W_OK):
             for progLanguage in progLanguages:
                 apidir = os.path.join(cfg["apidir"], progLanguage)
-                print(
-                    "\nInstalling {0} API files to '{1}'.".format(progLanguage, apidir)
-                )
                 if not os.path.exists(apidir):
                     os.makedirs(apidir)
                 for apiName in glob.glob(

eric ide

mercurial