Skip to content

Commit

Permalink
fix(web): removes debugging console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Nov 7, 2023
1 parent 924e761 commit c9ec3e2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,6 @@ export class GestureMatcher<Type, StateToken = any> implements PredecessorMatch<
}
}

// Now that we've done the initial-state check, we can check for instantly-matching path models.
const result = contactModel.update();
if(result.type == 'reject' && this.model.id == 'modipress-multitap-end') {
console.log('temp');
}

contactModel.promise.then((resolution) => {
this.finalize(resolution.type == 'resolve', resolution.cause);
});
Expand Down

0 comments on commit c9ec3e2

Please sign in to comment.