Code

Removed debug printouts.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Feb 2008 13:48:34 +0000 (13:48 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Feb 2008 13:48:34 +0000 (13:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8739 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/new-gosa-si-client

index d24ced9d6426c21b331ab2267fa5044ad2233ba5..1adf7dc88d6f7979a5813d14b42fab49829e35b5 100755 (executable)
@@ -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);