forgot a few console.log's.

This commit is contained in:
Claus
2016-01-24 15:43:43 +01:00
parent 4372c9df40
commit 7ac1c8ab6f

View File

@@ -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();