We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb72886 commit 251fffbCopy full SHA for 251fffb
src/browser/replay/replayPredicates.js
@@ -145,7 +145,6 @@ export default class ReplayPredicates {
145
* @return {boolean} - True if the trigger's predicate function returns true, false otherwise.
146
*/
147
isPredicateFnMatching(trigger, context) {
148
- console.log('isPredicateFnMatching', trigger, context);
149
if (typeof trigger.predicateFn !== 'function') return true;
150
151
return trigger.predicateFn(trigger, context);
0 commit comments