Remove error_log() call
This commit is contained in:
parent
eb2d4c7a95
commit
651da90be5
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user