Remove error_log() call

This commit is contained in:
Tetrakern 2024-09-01 15:14:21 +02:00
parent eb2d4c7a95
commit 651da90be5

View File

@ -3398,8 +3398,6 @@ function fictioneer_get_publishing_authors( $args = [] ) {
if ( ! $authors && $transient = get_transient( $key ) ) {
$authors = $transient;
error_log( json_encode( $authors ) );
}
if ( $authors ) {