Browse Source

remove debug message

stekkel 23 years ago
parent
commit
160431845f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      class/mime.class.php

+ 0 - 1
class/mime.class.php

@@ -770,7 +770,6 @@ class message {
              isset($this->entity_id) ) {
              isset($this->entity_id) ) {
 	     if (count($this->entities) == 0) {
 	     if (count($this->entities) == 0) {
 	        if (strtolower($this->header->disposition->name) != 'attachment') {
 	        if (strtolower($this->header->disposition->name) != 'attachment') {
-		   echo $this->header->disposition->name;
         	   $entity[] = $this->entity_id;
         	   $entity[] = $this->entity_id;
 		}
 		}
 	     }
 	     }