removing line

This commit is contained in:
Jamie V 2024-11-21 12:01:34 -08:00
parent 03a97c17d0
commit d5901de6e6

View File

@ -34,7 +34,6 @@ export default function () {
const timeSystem = new UTCTimeSystem();
openmct.time.addTimeSystem(timeSystem);
openmct.time.addClock(new LocalClock(100));
openmct.telemetry.addFormat(new UTCTimeFormat());
openmct.telemetry.addFormat(new DurationFormat());
};