Skip to content

Commit

Permalink
Drop console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Tschui committed Oct 19, 2019
1 parent e5f6a44 commit 6859a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compat/src/suspense.js
Expand Up @@ -70,8 +70,6 @@ Suspense.prototype._childDidSuspend = function(promise) {
c._suspensions[c._suspensions.indexOf(promise)] = c._suspensions[c._suspensions.length - 1];
c._suspensions.pop();

console.log('onSuspensionComplete', c._suspensions.length, c.state._parkedChildren);

if (c._suspensions.length == 0) {
unmount(c._fallback);
c._vnode._dom = null;
Expand Down

0 comments on commit 6859a29

Please sign in to comment.