From 725b93f94999d5c60753b146cf1e1b0a6552eb02 Mon Sep 17 00:00:00 2001 From: Julien Gribonvald Date: Fri, 27 Nov 2015 15:23:02 +0100 Subject: [PATCH] Removing console.log Clean some log in console --- jsTree.directive.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsTree.directive.js b/jsTree.directive.js index c636046..15d4c46 100644 --- a/jsTree.directive.js +++ b/jsTree.directive.js @@ -58,14 +58,12 @@ ngJSTree.directive('jsTree', ['$http', function($http) { if (config.plugins.indexOf('types') >= 0) { if (a.treeTypes) { config.types = s[a.treeTypes]; - console.log(config); } } if (config.plugins.indexOf('dnd') >= 0) { if (a.treeDnd) { config.dnd = s[a.treeDnd]; - console.log(config); } } }