TF-2667 Remove log unnecessary
This commit is contained in:
@@ -32,7 +32,6 @@ extension PresentationEmailExtension on PresentationEmail {
|
||||
int numberOfAllEmailAddress() => to.numberEmailAddress() + cc.numberEmailAddress() + bcc.numberEmailAddress();
|
||||
|
||||
String getReceivedAt(String newLocale, {String? pattern}) {
|
||||
log('PresentationEmailExtension::getReceivedAt: newLocale = $newLocale | pattern = $pattern');
|
||||
final emailTime = receivedAt;
|
||||
if (emailTime != null) {
|
||||
return emailTime.formatDateToLocal(
|
||||
|
||||
Reference in New Issue
Block a user