diff --git a/plugins/dynamiques-blocks/acf-blocks/team-authors/team-authors.php b/plugins/dynamiques-blocks/acf-blocks/team-authors/team-authors.php index 550ce1c..5b6556f 100644 --- a/plugins/dynamiques-blocks/acf-blocks/team-authors/team-authors.php +++ b/plugins/dynamiques-blocks/acf-blocks/team-authors/team-authors.php @@ -44,7 +44,6 @@ $authors = get_posts(array( $author_thumbnail = get_field('profile_thumbnail', $author->ID); $author_description = get_field('description', $author->ID); $author_email = get_field('email', $author->ID); - write_log($author_email); ?>