From 9c0ce2bf3b01948b371c2389f958ba981a036031 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 23 Jan 2012 14:18:50 +0100 Subject: [PATCH] 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 --- C4/Auth.pm | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.20.1