Signed-off-by: Johannes Löthberg <[email protected]>
---
 web/lib/aurjson.class.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php
index 7b77da4..2ba92b7 100644
--- a/web/lib/aurjson.class.php
+++ b/web/lib/aurjson.class.php
@@ -201,7 +201,6 @@ class AurJSON {
 
        private function process_query($type, $where_condition) {
                $max_results = config_get_int('options', 'max_rpc_results');
-               $package_url = config_get('options', 'package_url');
 
                if ($this->version == 1) {
                        $fields = implode(',', self::$fields_v1);
-- 
2.4.4

Reply via email to