Skip to content

Commit

Permalink
fix: Remove console.log left in after development
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-c committed Jul 15, 2017
1 parent d0e387c commit da27c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/react-sortable-tree.js
Expand Up @@ -206,7 +206,6 @@ class ReactSortableTree extends Component {
this.ignoreOneTreeUpdate = true; // Prevents infinite loop
onChange(expandedTreeData);
}
console.log('ctodo((((varName2))))'); // eslint-disable-line no-console

if (searchFinishCallback) {
searchFinishCallback(searchMatches);
Expand Down

0 comments on commit da27c47

Please sign in to comment.