Remove debug logging in _handleSingleLongTapEnd (#32825)

This commit is contained in:
Jason Simmons 2019-05-16 12:30:42 -07:00 committed by GitHub
parent 62ecd1b85e
commit f330804baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,7 +782,6 @@ class _TextFieldState extends State<TextField> with AutomaticKeepAliveClientMixi
}
void _handleSingleLongTapEnd(LongPressEndDetails details) {
print('long tap end');
if (_shouldShowSelectionToolbar)
_editableTextKey.currentState.showToolbar();
}