Skip to content

Commit

Permalink
remove error log
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Nov 7, 2023
1 parent 071c237 commit d9b76d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/Notices/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public function renew_almost_over_quota_notice() {

$results = $wpdb->get_results( $wpdb->prepare( "SELECT umeta_id, user_id FROM $wpdb->usermeta WHERE meta_key = %s AND meta_value LIKE %s", self::DISMISS_META_NAME, '%upsell%' ) );

error_log( var_export( $results, true ) );
if ( ! $results ) {
return;
}
Expand Down

0 comments on commit d9b76d4

Please sign in to comment.