Removed print statements from code, sorry for that

This commit is contained in:
Ayush Shekhar
2022-04-13 18:22:06 +05:30
parent 180c24ae72
commit 5587622587
@@ -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,