Marcus Efraimsson 8 лет назад
Родитель
Сommit
70b0165835
1 измененных файлов с 0 добавлено и 2 удалено
  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;