Skip to content

Commit fc79eeb

Browse files
committed
Removed redundant ConductorService
1 parent a9ec8db commit fc79eeb

File tree

3 files changed

+7
-82
lines changed

3 files changed

+7
-82
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
'example/imagery',
3434
'example/eventGenerator',
3535
'example/generator',
36+
'example/msl',
37+
'example/notifications',
38+
'platform/features/conductor-v2/conductor',
39+
'platform/features/conductor-v2/compatibility',
40+
'platform/features/conductor-v2/utcTimeSystem',
41+
//'example/localTimeSystem'
42+
'example/generator',
3643
'platform/features/my-items',
3744
'platform/persistence/local'
3845
].forEach(

platform/features/conductor-v2/compatibility/bundle.js

-10
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
define([
2424
"./src/ConductorTelemetryDecorator",
2525
"./src/ConductorRepresenter",
26-
"./src/ConductorService",
2726
'legacyRegistry'
2827
], function (
2928
ConductorTelemetryDecorator,
@@ -34,15 +33,6 @@ define([
3433

3534
legacyRegistry.register("platform/features/conductor-v2/compatibility", {
3635
"extensions": {
37-
"services": [
38-
{
39-
"key": "conductorService",
40-
"implementation": ConductorService,
41-
"depends": [
42-
"openmct"
43-
]
44-
}
45-
],
4636
"representers": [
4737
{
4838
"implementation": ConductorRepresenter,

platform/features/conductor-v2/compatibility/src/ConductorService.js

-72
This file was deleted.

0 commit comments

Comments
 (0)