Skip to content

Commit

Permalink
Removed error_log
Browse files Browse the repository at this point in the history
  • Loading branch information
AleTorrisi committed Nov 20, 2024
1 parent 1ccc6e9 commit 835ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/RestApi/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function set_options( $request ) {
400
);
}
error_log($field['value']);

switch ( $field['id'] ) {
case 'skip404':
$result = update_option( 'newfold_skip_404_handling', $field['value'] );
Expand Down

0 comments on commit 835ab32

Please sign in to comment.