From 70b01658353058cc081619991a6a70b6d983a4c4 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 8 Dec 2017 17:49:33 +0100 Subject: [PATCH] fix: Remove console.log --- public/app/features/panel/panel_header.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/panel/panel_header.ts b/public/app/features/panel/panel_header.ts index 5429a992a71..ef32c43fbb0 100644 --- a/public/app/features/panel/panel_header.ts +++ b/public/app/features/panel/panel_header.ts @@ -84,8 +84,6 @@ function panelHeader($compile) { restrict: 'E', template: template, link: function(scope, elem, attrs) { - console.log(elem.html()); - let menuElem = elem.find('.panel-menu'); let menuScope; let isDragged;