Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 16, 2017
1 parent 404c73a commit 0ee9dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/public/admin/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ $.noConflict();
/** Disables the provided node.
* @param nodeId */
TagsTree.prototype.disableNode = function(nodeId) {
console.log(nodeId, this.$tree.find('li#' + nodeId));
this.$tree.find('li#' + nodeId).addClass('disabled');
};

Expand Down

0 comments on commit 0ee9dd9

Please sign in to comment.