style(inspectedApp): remove todo comment

master
Brian Ford 9 years ago
parent a219e1cdd3
commit f83c7f5ca6

@ -5,7 +5,6 @@ angular.module('batarang.inspected-app', []).
function inspectedAppService($rootScope, $q) {
// TODO: maybe state should live elsewhere
var scopes = this.scopes = {},
hints = this.hints = [];