remove print statement (#703)

This commit is contained in:
wcjord 2024-10-03 09:56:00 -04:00 committed by GitHub
parent f9ad45d203
commit 08a7c74b4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,9 +308,6 @@ class MessagePracticeActivityCardState extends State<PracticeActivityCard> {
@override
Widget build(BuildContext context) {
debugPrint(
'Building practice activity card with ${widget.overlayController.activitiesLeftToComplete} activities left to complete',
);
if (userMessage != null) {
return Center(
child: Container(