Commit 70b01658 by Marcus Efraimsson

fix: Remove console.log

parent 19850275
...@@ -84,8 +84,6 @@ function panelHeader($compile) { ...@@ -84,8 +84,6 @@ function panelHeader($compile) {
restrict: 'E', restrict: 'E',
template: template, template: template,
link: function(scope, elem, attrs) { link: function(scope, elem, attrs) {
console.log(elem.html());
let menuElem = elem.find('.panel-menu'); let menuElem = elem.find('.panel-menu');
let menuScope; let menuScope;
let isDragged; let isDragged;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment