Skip to content

Commit

Permalink
Remove stray print (flutter#139550)
Browse files Browse the repository at this point in the history
It's making the tests have a lot of logspam.
  • Loading branch information
Hixie authored Dec 5, 2023
1 parent 66da20a commit 12aa198
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/flutter/lib/src/material/dropdown_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,6 @@ class _DropdownMenuState<T> extends State<DropdownMenu<T>> {

@override
void dispose() {
if (_localTextEditingController != null) {
debugPrint('Disposing of $_textEditingController');
}
_localTextEditingController?.dispose();
_localTextEditingController = null;
super.dispose();
Expand Down

0 comments on commit 12aa198

Please sign in to comment.