From: cajus Date: Mon, 21 Apr 2008 13:27:50 +0000 (+0000) Subject: Removed debugging output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=170e47e47dc64aeecb296e9067c1f97c82b1e44a;p=gosa.git Removed debugging output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10589 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index 290c95d71..a3fd41505 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -2094,9 +2094,6 @@ sub create_packages_list_db { # Interpret deb line if ($line =~ /^deb [^\s]+\s[^\s]+\s[^\s]+/){ my( $baseurl, $dist, $sections ) = ($line =~ /^deb\s([^\s]+)\s+([^\s]+)\s+(.*)$/); -print STDERR "baseurl: $baseurl\n"; -print STDERR "dist: $dist\n"; -print STDERR "sections: $sections\n"; my $section; foreach $section (split(' ', $sections)){ &parse_package_info( $baseurl, $dist, $section, $session_id );