[API] Remove silly old comment

https://github.com/nasa/openmct/pull/1212#discussion_r82086807
This commit is contained in:
Victor Woeltjen 2016-10-06 17:48:08 -07:00
parent 772d24b173
commit 09d59f00e7

View File

@ -20,25 +20,6 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
/**
var key = '114ced6c-deb7-4169-ae71-68c571665514';
MCT.objects.getObject([key])
.then(function (results) {
console.log('got results');
return results[key];
})
.then(function (domainObject) {
console.log('got object');
MCT.telemetry.subscribe(domainObject, function (datum) {
console.log('gotData!', datum);
});
});
});
*/
define([
'lodash',
'EventEmitter'