Removed redundant methods from LegacyTelemetryProvider

Removed redundant methods from LegacyTelemetryProvider
This commit is contained in:
Henry 2016-12-13 11:58:38 -08:00
parent a4ff5ffb43
commit 1c40fa88ce

View File

@ -121,13 +121,9 @@ define([
return capability.subscribe(callbackWrapper, request);
};
function notImplemented () {
LegacyTelemetryProvider.prototype.limitEvaluator = function () {
console.error("function not implemented");
}
LegacyTelemetryProvider.prototype.properties = notImplemented;
LegacyTelemetryProvider.prototype.limitEvaluator = notImplemented;
LegacyTelemetryProvider.prototype.formatter = notImplemented;
};
return function (openmct, instantiate) {
// Push onto the start of the default providers array so that it's