From: erickson Date: Thu, 29 Jun 2006 19:50:58 +0000 (+0000) Subject: removed runtime print statement .. interfering with apache X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ddcc79717e2ef27e2df874aa43f3aeb3af25a6ec;p=Evergreen.git removed runtime print statement .. interfering with apache git-svn-id: svn://svn.open-ils.org/ILS/trunk@4851 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/perlmods/OpenSRF/System.pm b/OpenSRF/src/perlmods/OpenSRF/System.pm index 7dcf2c3746..40307b751a 100644 --- a/OpenSRF/src/perlmods/OpenSRF/System.pm +++ b/OpenSRF/src/perlmods/OpenSRF/System.pm @@ -238,7 +238,6 @@ sub bootstrap_client { my $con = OpenSRF::Transport::PeerHandle->retrieve; if($con and $con->tcp_connected) { warn "PeerHandle is already connected in 'bootstrap_client'... returning\n"; - _log( "PeerHandle is already connected in 'bootstrap_client'... returning"); return; }