From: erickson Date: Fri, 16 Dec 2005 23:00:08 +0000 (+0000) Subject: removed some "warns" X-Git-Tag: osrf_rel_2_0_1~1256 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e0698f6341eb08e33c0180cd7af3e2264e4f37fe;p=OpenSRF.git removed some "warns" git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@617 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm index a93a129..402c93c 100644 --- a/src/perlmods/OpenSRF/System.pm +++ b/src/perlmods/OpenSRF/System.pm @@ -103,7 +103,6 @@ sub load_bootstrap_config { return; } - warn "Loading $bootstrap_config_file\n"; if(!$bootstrap_config_file) { die "Please provide a bootstrap config file to OpenSRF::System!\n" . "use OpenSRF::System qw(/path/to/bootstrap_config);"; diff --git a/src/perlmods/OpenSRF/Utils/SettingsClient.pm b/src/perlmods/OpenSRF/Utils/SettingsClient.pm index cc0c625..60d75a8 100755 --- a/src/perlmods/OpenSRF/Utils/SettingsClient.pm +++ b/src/perlmods/OpenSRF/Utils/SettingsClient.pm @@ -71,7 +71,6 @@ sub grab_host_config { my $host = shift; - warn "Grabbing Host config for $host\n"; $session = OpenSRF::AppSession->create( "opensrf.settings" ) unless $session; my $bsconfig = OpenSRF::Utils::Config->current;