From 7ac1c8ab6fac75d29b9ebf016debad887ee4252f Mon Sep 17 00:00:00 2001 From: Claus Date: Sun, 24 Jan 2016 15:43:43 +0100 Subject: [PATCH] forgot a few console.log's. --- .../src/common/services/navigation.service.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js index 1c495b1d18..9687e5c40d 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js @@ -215,8 +215,6 @@ function navigationService($rootScope, $routeParams, $log, $location, $q, $timeo //this reacts to tree items themselves being clicked //the tree directive should not contain any handling, simply just bubble events mainTreeEventHandler.bind("treeNodeSelect", function (ev, args) { - console.log('navigating-ev', ev); - console.log('navigating-args', args); var n = args.node; ev.stopPropagation(); ev.preventDefault();