Unverified Commit f330804b authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Remove debug logging in _handleSingleLongTapEnd (#32825)

parent 62ecd1b8
......@@ -782,7 +782,6 @@ class _TextFieldState extends State<TextField> with AutomaticKeepAliveClientMixi
}
void _handleSingleLongTapEnd(LongPressEndDetails details) {
print('long tap end');
if (_shouldShowSelectionToolbar)
_editableTextKey.currentState.showToolbar();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment