Removed print statements from code, sorry for that
This commit is contained in:
@@ -174,10 +174,6 @@ class AttachmentActionsModal extends StatelessWidget {
|
|||||||
downloader(
|
downloader(
|
||||||
attachment,
|
attachment,
|
||||||
progressCallback: (received, total) {
|
progressCallback: (received, total) {
|
||||||
print('>>>>>>>>>>>>>>>');
|
|
||||||
print('>>r : $received');
|
|
||||||
print('>>t : $total');
|
|
||||||
print('>>>>>>>>>>>>>>>');
|
|
||||||
progressNotifier.value = _DownloadProgress(
|
progressNotifier.value = _DownloadProgress(
|
||||||
total,
|
total,
|
||||||
received,
|
received,
|
||||||
|
|||||||
Reference in New Issue
Block a user