From: janw Date: Mon, 4 Feb 2008 13:48:34 +0000 (+0000) Subject: Removed debug printouts. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e8129fe393628f03ce0efa5bd68274ac48b4df99;p=gosa.git Removed debug printouts. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8739 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/new-gosa-si-client b/gosa-si/new-gosa-si-client index d24ced9d6..1adf7dc88 100755 --- a/gosa-si/new-gosa-si-client +++ b/gosa-si/new-gosa-si-client @@ -1071,8 +1071,6 @@ $client_address = $client_ip.":".$client_port; # detect own ip and mac address my $network_interface= &get_interface_for_ip($client_ip); -daemon_log("Mac address at this point: $client_mac_address", 1); -daemon_log("Interface at this point: $network_interface", 1); $client_mac_address= &get_mac($network_interface); daemon_log("gosa-si-client ip address detected: $client_ip", 1); daemon_log("gosa-si-client mac address detected: $client_mac_address", 1);