Skip to content

Commit

Permalink
fix: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jan 17, 2024
1 parent d78a246 commit aa03d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion each-domain-a-page/each-domain-a-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function template_redirect() {
*/
public function __shutdown() {
if ( true === $this->options_changed ) {
echo 'SAVING OPTIONS';
if ( false === update_option( 'ruigehond007', $this->options, true ) ) {
error_log( esc_html__( 'Failed saving options (each domain a page)', 'each-domain-a-page' ) );
}
Expand Down

0 comments on commit aa03d21

Please sign in to comment.