From 6c10f41884bf6b447961b860621383822efe0486 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Sat, 23 Sep 2006 23:37:06 +0000 Subject: removed debug from previous commit git-svn-id: https://svn.roundcube.net/trunk@350 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/sendmail.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 3e368ee90..3cf5bd1f7 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/program/steps/mail/sendmail.inc @@ -101,8 +101,6 @@ function rcmail_attach_emoticons(&$mime_message) $pos + strlen($searchstr), $pos2 - ($pos + strlen($searchstr))); -write_log('emoticon', "looking for $image_name in array:" . print_r($included_images, true)); - if (! in_array($image_name, $included_images)) { $body_post = substr($body, $pos2); -- cgit v1.2.3