From: hickert Date: Thu, 20 Dec 2007 14:01:27 +0000 (+0000) Subject: Removed debug tags X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b0e9dfd6b4a00b881dc964dd8c07e15cb9d90bb8;p=gosa.git Removed debug tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8160 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc b/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc index ec07ef3ed..4cbb872fd 100644 --- a/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-core/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -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; }