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