TF-2667 Remove log unnecessary

This commit is contained in:
dab246
2024-03-19 00:56:23 +07:00
committed by Dat H. Pham
parent dbbbf7d856
commit 3c94c168fe
@@ -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(