Skip to content

Commit f9c9808

Browse files
committed
fix: removed logs
1 parent d5355bd commit f9c9808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gestures_override.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export class GesturesObserver {
166166
waitFor: [target['LONGPRESS_HANDLER_TAG'], target['DOUBLE_TAP_HANDLER_TAG']],
167167
});
168168
gestureHandler.attachToView(target);
169-
console.log('_attach', target, type);
170169
target._gestureHandlers[type] = gestureHandler;
171170
}
172171
gestureHandler.on(GestureHandlerStateEvent, this.onGestureStateChange(GestureTypes.tap, GestureState.ACTIVE), this);

0 commit comments

Comments
 (0)