remove log

This commit is contained in:
Salvatore Giordano
2021-01-08 14:47:39 +01:00
parent d7aaa9614b
commit 26f30f06d0
-2
View File
@@ -842,8 +842,6 @@ class _MessageWidgetState extends State<MessageWidget> {
}
void onLongPress(BuildContext context) {
print(
'widget.message.attachment[0].toJson(): ${widget.message.attachments[0].imageUrl}');
if (widget.message.isEphemeral ||
widget.message.status == MessageSendingStatus.SENDING) {
return;