REFACTOR Removing unecessary write_log

This commit is contained in:
Antoine M 2026-03-03 17:03:39 +01:00
parent 56e1be0251
commit de78d6e4cd

View File

@ -32,7 +32,6 @@ if ($redirect_to_author_page) {
));
$card_permalink = isset($corresponding_author_id[0]->ID) ? get_the_permalink($corresponding_author_id[0]->ID) : '#';
write_log($card_permalink);
restore_current_blog();
}