| @@ -132,9 +132,9 @@ | ||
| 132 | 132 | |
| 133 | 133 | $options = $this->sanitize_options( $options ); |
| 134 | 134 | |
| 135 | 135 | if ( !update_option( $this->option_name, $options, false ) ) { |
| 136 | - //$this->log( '💾 There was an issue updating the options.' ); | |
| 136 | + $this->log( '💾 There was an issue updating the options.' ); | |
| 137 | 137 | } |
| 138 | 138 | |
| 139 | 139 | return $options; |
| 140 | 140 | } |