diff --git a/panel/components/inspected-app/inspected-app.js b/panel/components/inspected-app/inspected-app.js index b8144e5..ec172ef 100644 --- a/panel/components/inspected-app/inspected-app.js +++ b/panel/components/inspected-app/inspected-app.js @@ -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 = [];