fix: Remove console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user