Removed print statements from code, sorry for that
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user