Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
SankethBK committed Oct 26, 2024
1 parent eaed9d0 commit cd5ecfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/widgets/voice_dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class _VoiceDropdownState extends State<VoiceDropdown> {
voice["name"].contains(localeCubit.currentLocale.toString()))
.toList();

print("voices = $voices");

setState(() {
_voices = voices;

Expand Down

0 comments on commit cd5ecfe

Please sign in to comment.