Code

removed debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 11:37:04 +0000 (11:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Mar 2007 11:37:04 +0000 (11:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5799 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_sieveManagement.inc

index b436808a41a8c2d4552db4c1977efc18987b7bfc..5e7fe38449b2cb4fef1b838921b0e47808dc08d0 100644 (file)
@@ -490,7 +490,6 @@ class sieveManagement extends plugin
         if(isset($_POST['select_new_element_type'])){
 
           $this->add_new_id;
-
           $data = $this->current_handler->tree_->pap;
 
           /* Get index of the element identified by object_id == $this->add_new_id; */
@@ -546,10 +545,8 @@ class sieveManagement extends plugin
               }else{
                 $end[] = $obj;
               }
-              echo $obj->object_id." --> ".$this->add_new_id."<br>";
               if($obj->object_id == $this->add_new_id){
                 $found = true;
-                echo "Jop";
               }
             }
           }