mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
Removed redundant methods from LegacyTelemetryProvider
Removed redundant methods from LegacyTelemetryProvider
This commit is contained in:
@ -121,13 +121,9 @@ define([
|
|||||||
return capability.subscribe(callbackWrapper, request);
|
return capability.subscribe(callbackWrapper, request);
|
||||||
};
|
};
|
||||||
|
|
||||||
function notImplemented () {
|
LegacyTelemetryProvider.prototype.limitEvaluator = function () {
|
||||||
console.error("function not implemented");
|
console.error("function not implemented");
|
||||||
}
|
};
|
||||||
|
|
||||||
LegacyTelemetryProvider.prototype.properties = notImplemented;
|
|
||||||
LegacyTelemetryProvider.prototype.limitEvaluator = notImplemented;
|
|
||||||
LegacyTelemetryProvider.prototype.formatter = notImplemented;
|
|
||||||
|
|
||||||
return function (openmct, instantiate) {
|
return function (openmct, instantiate) {
|
||||||
// Push onto the start of the default providers array so that it's
|
// Push onto the start of the default providers array so that it's
|
||||||
|
Reference in New Issue
Block a user