From bd78856daef68121d56cd183c40dcd9bcfca83a8 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 30 Jul 2002 16:19:40 +0000 Subject: [PATCH] remove debug message git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3190 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/class/mime.class.php b/class/mime.class.php index c808c5aa..7b818a70 100644 --- a/class/mime.class.php +++ b/class/mime.class.php @@ -770,7 +770,6 @@ class message { isset($this->entity_id) ) { if (count($this->entities) == 0) { if (strtolower($this->header->disposition->name) != 'attachment') { - echo $this->header->disposition->name; $entity[] = $this->entity_id; } } -- 2.25.1