Bug 5549 : GetPendingIssues now returns DateTime objects
[koha.git] / C4 / Z3950.pm
index 3f2f987..e1cb86a 100644 (file)
@@ -3,7 +3,7 @@ package C4::Z3950;
 
 # Routines for handling Z39.50 lookups
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
@@ -232,7 +232,6 @@ sub addz3950queue {
                                # spawn a separate 'cat' process.
                                my $pid=`cat $pidfile`;
                                chomp $pid;
-                               warn "PID : $pid";
                                # Kill -HUP the Z39.50 daemon to tell it to process
                                # this query.
                                my $processcount=kill 1, $pid;