Remove debug text

This commit is contained in:
Champ Camba
2023-07-07 17:39:02 +08:00
parent 3ca3d0c0e8
commit fda882d35c
-2
View File
@@ -211,8 +211,6 @@ class Secure {
$oldest_date = min( $arr_dates_in_timestamp );
$newest_date = max( $arr_dates_in_timestamp );
$content .= gmdate( 'F d, Y', $newest_date );
$might_affected_users = new WP_User_Query(
array(
'number' => -1,