From d70f8ebe8bd1d2b8fbb5b376c3e54c5b9c863d33 Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 14 Jun 2017 13:35:45 -0600 Subject: [PATCH] mute addRadarToMasterPil in AwipsBrowserModel --- .../src/com/raytheon/viz/texteditor/AwipsBrowserModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/AwipsBrowserModel.java b/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/AwipsBrowserModel.java index 81f1afeef8..78d37bf6f6 100644 --- a/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/AwipsBrowserModel.java +++ b/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/AwipsBrowserModel.java @@ -133,7 +133,7 @@ public final class AwipsBrowserModel extends AbstractBrowserModel { parseAwipsMasterPil( pathManager.getLocalizationFile(lc, AWIPS_MASTER_PIL)); } - addRadarToMasterPil(); + //addRadarToMasterPil(); } /**