bug 7086 follow-up: removed warn
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 20 Mar 2012 12:48:33 +0000 (13:48 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 20 Mar 2012 13:53:03 +0000 (14:53 +0100)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

suggestion/suggestion.pl

index c0dc72f..195011e 100755 (executable)
@@ -43,7 +43,6 @@ sub Init{
     else {
         # editing of an existing suggestion
         $suggestion->{'manageddate'} = C4::Dates->today;
-        warn $suggestion->{'manageddate'};
         $suggestion->{'managedby'} = C4::Context->userenv->{"number"} unless ($suggestion->{'managedby'});
         # suggesteddate, when coming from the DB, needs to be formated
         $suggestion->{'suggesteddate'} = format_date($suggestion->{'suggesteddate'});