From: janw Date: Fri, 26 May 2006 09:08:26 +0000 (+0000) Subject: removed debug print. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c2e9e19cb5e8b2d24d4efbdd7e5b9405391132f0;p=gosa.git removed debug print. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3515 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc index 9455b4249..cc063a61a 100644 --- a/plugins/gofax/faxaccount/class_gofaxAccount.inc +++ b/plugins/gofax/faxaccount/class_gofaxAccount.inc @@ -349,7 +349,6 @@ class gofaxAccount extends plugin $base= $faxfilter['depselect']; $acl= array($this->config->current['BASE'] => ":all"); - print "(&(objectClass=goFaxAccount)$filter)"; $res= get_list("(&(objectClass=goFaxAccount)$filter)", $acl, $base, array("sn", "givenName", "facsimileTelephoneNumber"), GL_SIZELIMIT | GL_SUBSEARCH);