From: hickert Date: Wed, 21 Mar 2007 08:15:30 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ac56f0e1a9fa0fe4c88eb7c94bee1cc4ce174692;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5845 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_sieveElement_If.inc b/include/sieve/class_sieveElement_If.inc index 2ddd66d47..4368a7b27 100644 --- a/include/sieve/class_sieveElement_If.inc +++ b/include/sieve/class_sieveElement_If.inc @@ -20,7 +20,6 @@ class sieve_if function sieve_if($elements,$object_id,$parent) { $this->parent = $parent; - print_a($elements);; /* Possible address parts we can select */ $this->address_parts = array( @@ -128,7 +127,6 @@ class sieve_if default: { if(isset($data['LastError']) && !empty($data['LastError'])){ - print_a(array($data)); $ret[] = $data['LastError']; } }