From 567c33ea76d9408a07a916f979b0bd76688439c4 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Dec 2008 07:24:15 +0000 Subject: [PATCH] Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13269 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 70121687e..5d500d4b3 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -660,9 +660,6 @@ function del_lock ($object) { global $config; - echo "$object
"; - print_a(debug_backtrace()); - if(is_array($object)){ foreach($object as $obj){ del_lock($obj); -- 2.30.2