From 9ff82f3a001d1b5e0d72be67e868f0b2ccdccc3e Mon Sep 17 00:00:00 2001 From: perploug Date: Tue, 4 Feb 2014 13:58:13 +0100 Subject: [PATCH] Removes unneeded loging in umbpanel.directive --- .../src/common/directives/html/umbpanel.directive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/html/umbpanel.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/html/umbpanel.directive.js index 03de3a7df1..294270bcdc 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/html/umbpanel.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/html/umbpanel.directive.js @@ -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); });