Skip to content

Commit abcc509

Browse files
committed
remove comments
1 parent 814c287 commit abcc509

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/cc-global-network/cron/remove-marked-users.php

-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
////////////////////////////////////////////////////////////////////////////////
1717

1818
// Be careful changing this value, you may send a reminder sooner than expected
19-
// Also beware any knock-on effect on CCGN_CLOSE_UPDATE_VOUCHERS_AFTER_DAYS
2019
define('CCGN_REMOVE_APPLICATION_AFTER_DAYS', 30);
2120

2221

@@ -37,8 +36,6 @@ function ccgn_close_and_remove_retention_data_applicant($applicant_id)
3736
}
3837

3938

40-
// Send reminders to those that need them
41-
4239
function ccgn_check_accounts_to_be_removed()
4340
{
4441
$states_to_delete = array(

0 commit comments

Comments
 (0)