From: Marcel de Rooy Date: Mon, 23 Jan 2012 13:18:50 +0000 (+0100) Subject: 7367 Removing reintroduced debugging statement from Auth.pm X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=9c0ce2bf3b01948b371c2389f958ba981a036031;p=koha.git 7367 Removing reintroduced debugging statement from Auth.pm Commit 07d1eae7ccf5c8746251b666b6460440ecc26204 removed this statement from the module, but some months later commit 7b12e07d3ba44530d7ba33d09de01afef46bbfc7 reintroduced it again while reindenting code ;) Signed-off-by: Marcel de Rooy --- diff --git a/C4/Auth.pm b/C4/Auth.pm index bbe472bf8b..22dc7b5b47 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -498,7 +498,6 @@ sub get_template_and_user { $template->param(OpacPublic => '1') if ($user || C4::Context->preference("OpacPublic")); } - $template->param(listloop=>[{shelfname=>"Freelist", shelfnumber=>110}]); return ( $template, $borrowernumber, $cookie, $flags); }