diff --git a/www/feeds/401.php b/www/feeds/401.php
index 1f2cdd1e..0ed291ba 100644
--- a/www/feeds/401.php
+++ b/www/feeds/401.php
@@ -3,12 +3,6 @@ require_once('Core.php');
use function Safe\preg_match;
-$ex = null;
-
-if(isset($_SERVER['PHP_AUTH_USER'])){
- $ex = new Exceptions\InvalidPatronException();
-}
-
$type = '';
preg_match('/^\/feeds\/(opds|rss|atom)/ius', $_SERVER['REQUEST_URI'], $matches);
@@ -46,13 +40,11 @@ if($type == 'atom'){
- if($ex !== null){ ?>
OPDS feeds, or “catalogs,” can be added to ereading apps on phones and tablets to search, browse, and download from our entire catalog, directly in your ereader. Most modern ereading apps support OPDS catalogs.
They’re also perfect for scripting, or for libraries or other organizations who wish to download and process our catalog of ebooks.