Skip to content

Commit

Permalink
Forgot to remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
download13 committed Jun 12, 2016
1 parent 0f311c1 commit 906be78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function Element (tagName, props, children) {
if (!(this instanceof Element)) {
if (!_.isArray(children) && children != null) {
children = _.slice(arguments, 2).filter(_.truthy)
console.log('children', _.slice(arguments, 2))
}
return new Element(tagName, props, children)
}
Expand Down

0 comments on commit 906be78

Please sign in to comment.