removing write log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-11-21 10:21:30 +01:00
parent a463fc5fd1
commit 5106c63358

View File

@ -16,6 +16,7 @@ $email = get_field('email', $postID);
$website = get_field('website', $postID); $website = get_field('website', $postID);
$adresse = get_field('adresse', $postID); $adresse = get_field('adresse', $postID);
// write_log($adresse);
?> ?>