Skip to content
Snippets Groups Projects
Commit b287c3d1 authored by Lucas García's avatar Lucas García
Browse files

feat: remove logs

parent 990584cc
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ class BaseSettings ...@@ -27,7 +27,6 @@ class BaseSettings
public function register_setting($name, $default = []) public function register_setting($name, $default = [])
{ {
$default = $this->get_default($name, $default); $default = $this->get_default($name, $default);
error_log(print_r($default, true));
register_setting( register_setting(
$this->group_name, $this->group_name,
$name, $name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment