Skip to content

Commit

Permalink
fix: remove console.log from stubComponents (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellym authored and eddyerburgh committed Feb 7, 2018
1 parent 680694c commit 81c40da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/stub-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ function stubComponents (components: Object, stubbedComponents: Object) {
Object.keys(components).forEach(component => {
// Remove cached constructor
delete components[component]._Ctor
console.log(components[component].name)
if (!components[component].name) {
components[component].name = component
}
Expand Down

0 comments on commit 81c40da

Please sign in to comment.