Skip to content

Commit 73e9720

Browse files
committed
fix(imap): remove unnecessary error logging in Hm_IMAP class
1 parent d461392 commit 73e9720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/imap/hm-imap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,6 @@ public function get_message_parts_content($uid_part_map, $structures_map = null)
13891389
$content = '';
13901390
$part_found = false;
13911391
foreach ($vals as $i => $val) {
1392-
error_log($val);
13931392
if (mb_strtoupper($val) == 'UID' && isset($vals[$i+1])) {
13941393
$uid = $vals[$i+1];
13951394
}

0 commit comments

Comments
 (0)