Browse Source

fix: Remove console.log

Marcus Efraimsson 8 years ago
parent
commit
70b0165835
1 changed files with 0 additions and 2 deletions
  1. 0 2
      public/app/features/panel/panel_header.ts

+ 0 - 2
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;