From a88283c526a779389efa2b819201a2331de0f2b2 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 24 Feb 2025 18:29:51 +0000 Subject: implement federation policies and instance info substitution policy --- routes/admin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'routes/admin.php') diff --git a/routes/admin.php b/routes/admin.php index 9915fde..c89f3d5 100644 --- a/routes/admin.php +++ b/routes/admin.php @@ -18,7 +18,6 @@ Router::getInstance()->mount('/fragment/admin/settings/:prefix', function (array foreach ($_POST as $key => $value) { // same workaround as in settings_field $key = str_replace('', '.', $key); - error_log("setting '$key' to '$value'"); $settings->set($key, $value); } $saved = true; -- cgit v1.3