Skip to content

Commit

Permalink
Removed redundant ConductorService
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Nov 9, 2016
1 parent a9ec8db commit fc79eeb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 82 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
'example/imagery',
'example/eventGenerator',
'example/generator',
'example/msl',
'example/notifications',
'platform/features/conductor-v2/conductor',
'platform/features/conductor-v2/compatibility',
'platform/features/conductor-v2/utcTimeSystem',
//'example/localTimeSystem'
'example/generator',
'platform/features/my-items',
'platform/persistence/local'
].forEach(
Expand Down
10 changes: 0 additions & 10 deletions platform/features/conductor-v2/compatibility/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
define([
"./src/ConductorTelemetryDecorator",
"./src/ConductorRepresenter",
"./src/ConductorService",
'legacyRegistry'
], function (
ConductorTelemetryDecorator,
Expand All @@ -34,15 +33,6 @@ define([

legacyRegistry.register("platform/features/conductor-v2/compatibility", {
"extensions": {
"services": [
{
"key": "conductorService",
"implementation": ConductorService,
"depends": [
"openmct"
]
}
],
"representers": [
{
"implementation": ConductorRepresenter,
Expand Down

This file was deleted.

0 comments on commit fc79eeb

Please sign in to comment.