From 936b88363c8d564ff54cace645624959898f0e65 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Tue, 4 Jan 2022 08:32:47 -0800 Subject: [PATCH] Disable legacy support in openmct dev (#4660) Co-authored-by: Shefali Joshi --- index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.html b/index.html index 9035469bf2..78e5fbf5c6 100644 --- a/index.html +++ b/index.html @@ -75,13 +75,6 @@ const TWO_HOURS = ONE_HOUR * 2; const ONE_DAY = ONE_HOUR * 24; - openmct.install(openmct.plugins.LegacySupport()); - - [ - 'example/eventGenerator' - ].forEach( - openmct.legacyRegistry.enable.bind(openmct.legacyRegistry) - ); openmct.install(openmct.plugins.LocalStorage());