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 db6386e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
11 changes: 0 additions & 11 deletions platform/features/conductor-v2/compatibility/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,15 @@
define([
"./src/ConductorTelemetryDecorator",
"./src/ConductorRepresenter",
"./src/ConductorService",
'legacyRegistry'
], function (
ConductorTelemetryDecorator,
ConductorRepresenter,
ConductorService,
legacyRegistry
) {

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 db6386e

Please sign in to comment.