Removing prints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user