From 07c526ce906266d15d9d348f568f2b6ff336db0d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 27 Jun 2025 18:29:52 +0200 Subject: [PATCH] REFACTOR Deleting unnecessary writelog --- .../dynamiques-blocks/acf-blocks/team-authors/team-authors.php | 1 - 1 file changed, 1 deletion(-) 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); ?>