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

Commit

Permalink
style: remove unecessary console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Feb 20, 2020
1 parent db8c984 commit 55a6d51
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -44,7 +44,6 @@ const IOS_TIMEOUT_DURATION = 10
*/
export const iosTextChangeSessionBehavior: TextChangeSessionBehavior = {
handleOnSelectionChanged(owner, { nativeEvent: { selection } }) {
console.info(`SELECTION CHANGE ${JSON.stringify(selection)}`)
owner.clearTimeout()
const textChangeSession = new TextChangeSession()
textChangeSession.setSelectionBeforeChange(owner.getBlockScopedSelection() as SelectionShape)
Expand Down

0 comments on commit 55a6d51

Please sign in to comment.