Code

Removed debug tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Dec 2007 14:01:27 +0000 (14:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Dec 2007 14:01:27 +0000 (14:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8160 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc

index ec07ef3ed2da32d702dc4f9642f47a77b8e548ab..4cbb872fd9d884c3fe25e0749debd7c2e13693a7 100644 (file)
@@ -221,7 +221,6 @@ class phoneAccount extends plugin
       /* Check if makro has been removed */
       if(!isset($this->macros[$this->macro])){
         $this->macrostillavailable = false;
-        echo "1";
       }else{
         $this->macrostillavailable = true;
       }
@@ -824,7 +823,6 @@ class phoneAccount extends plugin
         /* Check if macro has been removed */
         if(!isset($this->macroarray[$this->macro])){
           $this->macrostillavailable = false;
-        echo "2";
         }else{
           $this->macrostillavailable = true;
         }