Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoori committed Apr 25, 2022
1 parent 277c5a3 commit 76f6ce6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class FileAttachment extends AttachmentWidget {
splashRadius: 16,
onPressed: () {
final assetUrl = attachment.assetUrl;
print('assetUrl: $assetUrl');
if (assetUrl != null) launchURL(context, assetUrl);
},
);
Expand Down

0 comments on commit 76f6ce6

Please sign in to comment.