From 3e9a285b5eeaa8cbb3220af12d15d98863b79069 Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Fri, 27 Oct 2023 14:37:48 +0000 Subject: [PATCH] Minor updates to AWIPS -Remove the LAPS Tools menu entry and reference since we don't have this data -Remove print statement about "No base Apps_defaults file found" since we don't use this --- .../menus/tools/baseTools-menuL.xml | 43 ------------------- .../localization/menus/tools/toolsindex.xml | 1 - .../raytheon/uf/common/ohd/AppsDefaults.java | 5 +-- 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 cave/com.raytheon.viz.awipstools/localization/menus/tools/baseTools-menuL.xml diff --git a/cave/com.raytheon.viz.awipstools/localization/menus/tools/baseTools-menuL.xml b/cave/com.raytheon.viz.awipstools/localization/menus/tools/baseTools-menuL.xml deleted file mode 100644 index 9e3e3e8f76..0000000000 --- a/cave/com.raytheon.viz.awipstools/localization/menus/tools/baseTools-menuL.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/cave/com.raytheon.viz.awipstools/localization/menus/tools/toolsindex.xml b/cave/com.raytheon.viz.awipstools/localization/menus/tools/toolsindex.xml index c8338af515..790f609746 100644 --- a/cave/com.raytheon.viz.awipstools/localization/menus/tools/toolsindex.xml +++ b/cave/com.raytheon.viz.awipstools/localization/menus/tools/toolsindex.xml @@ -31,7 +31,6 @@ - diff --git a/edexOsgi/com.raytheon.uf.common.ohd/src/com/raytheon/uf/common/ohd/AppsDefaults.java b/edexOsgi/com.raytheon.uf.common.ohd/src/com/raytheon/uf/common/ohd/AppsDefaults.java index 47d8fbce17..f5b59ed7f0 100644 --- a/edexOsgi/com.raytheon.uf.common.ohd/src/com/raytheon/uf/common/ohd/AppsDefaults.java +++ b/edexOsgi/com.raytheon.uf.common.ohd/src/com/raytheon/uf/common/ohd/AppsDefaults.java @@ -296,10 +296,7 @@ public class AppsDefaults { if (_appsDefaultsNationalFile.exists()) { logger.info("Setting base Apps_defaults file: " + _appsDefaultsNationalFile); - } else { - logger.error("No base Apps_defaults file found."); - } - + } if (this.appsDefaultsObserver == null) { appsDefaultsObserver = new ILocalizationPathObserver() { @Override