[Koha-patches] [PATCH 2/2] removed unconditional warn

Galen Charlton gmcharlt at gmail.com
Fri Feb 5 14:06:12 CET 2010


Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 acqui/acqui-home.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/acqui/acqui-home.pl b/acqui/acqui-home.pl
index f8541d1..0193492 100755
--- a/acqui/acqui-home.pl
+++ b/acqui/acqui-home.pl
@@ -67,7 +67,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
 );
 
 # budget
-warn("LOGGED=$loggedinuser");
 my $borrower= GetMember('borrowernumber' => $loggedinuser);
 my ( $flags, $homebranch )= ($borrower->{'flags'},$borrower->{'branchcode'});
 
-- 
1.6.3.3




More information about the Koha-patches mailing list