Domain expiration dates - remove debug

This commit is contained in:
Marcus Hill
2024-02-22 21:52:57 +00:00
parent 66dc7e799b
commit dae51c9b8b
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ if ($row) {
$domain_name = sanitizeInput($row['domain_name']);
$current_expire = sanitizeInput($row['domain_expire']);
echo "Renewing $domain_name";
// Touch the record we're refreshing to ensure we don't loop
mysqli_query($mysqli, "UPDATE domains SET domain_updated_at = NOW() WHERE domain_id = $domain_id");