From 9d96c80900bc2d8f751662ae4272b419ec612fa0 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 14 Feb 2008 15:03:57 +0000 Subject: [PATCH] removed debug code. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8918 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_terminalService.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc index 0df15c587..9e0c9a05a 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc @@ -432,12 +432,7 @@ class termservice extends plugin { new log("remove","terminal/".get_class($this),$this->dn,array_keys($this->attrs)); $this->handle_post_events("remove"); - plugin::remove_from_parent(); - $ldap = $this->config->get_ldap_link(); - $ldap->cd($this->dn); - $ldap->modify($this->attrs); - print_a($this->attrs); -} + } /* Save data to object */ -- 2.30.2