Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 55a6d51

Browse files
committed
style: remove unecessary console logging
1 parent db8c984 commit 55a6d51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/GenericBlockInput/TextBlockInput/TextChangeSessionBehavior.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ const IOS_TIMEOUT_DURATION = 10
4444
*/
4545
export const iosTextChangeSessionBehavior: TextChangeSessionBehavior = {
4646
handleOnSelectionChanged(owner, { nativeEvent: { selection } }) {
47-
console.info(`SELECTION CHANGE ${JSON.stringify(selection)}`)
4847
owner.clearTimeout()
4948
const textChangeSession = new TextChangeSession()
5049
textChangeSession.setSelectionBeforeChange(owner.getBlockScopedSelection() as SelectionShape)

0 commit comments

Comments
 (0)