Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jozan committed Aug 11, 2015
1 parent 2bfcf23 commit 2bd4079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ var Collapsible = React.createClass({
if(easing.substr(0, prefix.length) === prefix) {
easing = easing.substr(prefix.length, 1).toLowerCase() + easing.substr(prefix.length + 1);
prefix = prefix.substr(4, 1).toLowerCase() + prefix.substr(5);
console.log(prefix, easing);
easing = Easing[prefix](Easing[easing || 'ease']);
found = true;
break;
Expand Down

0 comments on commit 2bd4079

Please sign in to comment.