Signed-off-by: Galen Charlton <[email protected]>
---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to