From 239c560c749b6bdd75655a85caf1eef747751dfc Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 9 Dec 2014 15:08:29 -0800 Subject: [PATCH] chore: remove console log --- panel/components/inspected-app/inspected-app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/panel/components/inspected-app/inspected-app.js b/panel/components/inspected-app/inspected-app.js index d87c86b..087c920 100644 --- a/panel/components/inspected-app/inspected-app.js +++ b/panel/components/inspected-app/inspected-app.js @@ -69,7 +69,6 @@ function inspectedAppService($rootScope) { $rootScope.$broadcast(hint.event, hint); } - console.log(hint); } function onRefreshMessage() {