Removing prints

This commit is contained in:
Leandro Borges Ferreira
2023-02-15 19:40:51 +01:00
parent 91b8012964
commit c9c43567a3
2 changed files with 0 additions and 11 deletions
@@ -103,17 +103,8 @@ class _MessageActionsModalState extends State<MessageActionsModal> {
final orientation = mediaQueryData.orientation;
final roughMaxSize = size.width * 2 / 3;
final roughSentenceSize = widget.message
.roughMessageSize(widget.messageTheme.messageTextStyle?.fontSize);
final fontSize = widget.messageTheme.messageTextStyle?.fontSize;
print('roughSentenceSize $roughSentenceSize');
print('roughMaxSize $roughMaxSize');
final streamChatThemeData = StreamChatTheme.of(context);
final numberOfReactions =
StreamChatConfiguration.of(context).reactionIcons.length;
@@ -75,8 +75,6 @@ double _portraitAlign(
}
}
print('INFO - result portrait: $result');
// Ensure reactions don't get pushed past the edge of the screen.
//
// This happens if divFactor is really big. When this happens, we can simply