summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-23 23:37:06 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-23 23:37:06 +0000
commit6c10f41884bf6b447961b860621383822efe0486 (patch)
treeaed620e5bbb3f01d54a419b6778408d7fb6ca45a
parent215b3586e670f6d348a9a9dbd7d58320951ea8cd (diff)
removed debug from previous commit
git-svn-id: https://svn.roundcube.net/trunk@350 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/sendmail.inc2
1 files changed, 0 insertions, 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);