From b287c3d1c230abb7451d430321e9e90a586c3c1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org>
Date: Tue, 23 Jan 2024 22:14:58 +0100
Subject: [PATCH] feat: remove logs

---
 includes/options/BaseSettings.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/includes/options/BaseSettings.php b/includes/options/BaseSettings.php
index d2416e2..78ab794 100644
--- a/includes/options/BaseSettings.php
+++ b/includes/options/BaseSettings.php
@@ -27,7 +27,6 @@ class BaseSettings
     public function register_setting($name, $default = [])
     {
         $default = $this->get_default($name, $default);
-        error_log(print_r($default, true));
         register_setting(
             $this->group_name,
             $name,
-- 
GitLab