Removes unneeded loging in umbpanel.directive

This commit is contained in:
perploug
2014-02-04 13:58:13 +01:00
parent 25999be0c9
commit 9ff82f3a00

View File

@@ -39,7 +39,7 @@ angular.module("umbraco.directives.html")
}
}
}
//initial loading
$timeout(function(){
@@ -50,7 +50,6 @@ angular.module("umbraco.directives.html")
var bottom = bar.offsetTop + bar.offsetHeight;
return bottom > winHeight;
}, function(val) {
$log.log("changing");
_setClass(bar);
});