Skip to content

Commit

Permalink
Removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelVerdon committed Mar 4, 2025
1 parent 8c1f17f commit 410548a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class _AudioPageState extends State<AudioPage> {
_messages.add(MessageData(text: response.text, fromUser: false));
});

print(response.text);
debugPrint(response.text);
} catch (e) {
debugPrint('Error sending audio to model: $e');
Expand Down

0 comments on commit 410548a

Please sign in to comment.