From c0b30331e57ddd401dd43c196f82efd207636ed1 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 5 May 2003 15:13:51 +0000 Subject: [PATCH] removing warn --- acqui/basket.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 59c7a356c3..27b6b90b31 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -44,7 +44,6 @@ my ($template, $loggedinuser, $cookie) flagsrequired => {acquisition => 1}, debug => 1, }); -warn "LOGGED : $loggedinuser"; my ($count,@results); if ($basket eq ''){ $basket=newbasket(); -- 2.39.5