Code

Closes #310 Moved copy_FAI_resource_recursive to faiManagement. It is only used there.
[gosa.git] / gosa-core / include / class_socketClient.inc
index 653fc12d6a1f0936ba6fd0ec482a74da3145f209..0ed42a5fa3fda35febbf76d423f71a1e342b5f34 100644 (file)
@@ -113,8 +113,6 @@ class Socket_Client
                $str = FALSE;
                if($this->handle){
 
-                       syslog(0,"----------------------------------------HIER----------------------------------");
-       
                        /* Check if there is something to read for us */
                        $read = array("0"=>$this->handle);
                        $write = array();