From 5587622587e1fb31e1935d4209189db0434ef09b Mon Sep 17 00:00:00 2001 From: Ayush Shekhar Date: Wed, 13 Apr 2022 18:22:06 +0530 Subject: [PATCH] Removed print statements from code, sorry for that --- .../stream_chat_flutter/lib/src/attachment_actions_modal.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart b/packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart index 3b5582df..cf8e65ca 100644 --- a/packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart +++ b/packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart @@ -174,10 +174,6 @@ class AttachmentActionsModal extends StatelessWidget { downloader( attachment, progressCallback: (received, total) { - print('>>>>>>>>>>>>>>>'); - print('>>r : $received'); - print('>>t : $total'); - print('>>>>>>>>>>>>>>>'); progressNotifier.value = _DownloadProgress( total, received,