Bug 21196: Use replacement cost from the item type if not set at item level
[koha.git] / mainpage.pl
index 47f56ad..da6aaee 100755 (executable)
@@ -84,11 +84,4 @@ $template->param(
     pending_article_requests       => $pending_article_requests,
 );
 
-#
-# warn user if they are using mysql/admin login
-#
-unless ($loggedinuser) {
-    $template->param(adminWarning => 1);
-}
-
 output_html_with_http_headers $query, $cookie, $template->output;