fix(ui): remove dead code

This commit is contained in:
Salvatore Giordano
2021-09-20 11:59:21 +02:00
parent d07b7c6cfd
commit bba1e817d3
2 changed files with 0 additions and 7 deletions
@@ -48,7 +48,6 @@ class GiphyAttachment extends AttachmentWidget {
}
Widget _buildSendingAttachment(BuildContext context, String imageUrl) {
print('sending attachment GIPHY $imageUrl');
final streamChannel = StreamChannel.of(context);
return Column(
mainAxisSize: MainAxisSize.min,
@@ -604,9 +604,6 @@ class _MessageWidgetState extends State<MessageWidget>
@override
Widget build(BuildContext context) {
super.build(context);
if (widget.message.isEphemeral) {
print('EPHEMERAL');
}
final avatarWidth =
widget.messageTheme.avatarTheme?.constraints.maxWidth ?? 40;
final bottomRowPadding =
@@ -1157,9 +1154,6 @@ class _MessageWidgetState extends State<MessageWidget>
}
Widget _parseAttachments() {
if (widget.message.isEphemeral) {
print('EPHEMERAL');
}
final attachmentGroups = <String, List<Attachment>>{};
widget.message.attachments