remove debugging log line

This commit is contained in:
Matthew Exon 2023-01-24 11:10:01 +08:00
parent 6a906e5fe2
commit 8db9be5c2e

View file

@ -343,7 +343,6 @@ function object_to_post_id_by_field_name( $object, $field_name ) {
return;
}
$result = \url_to_postid( $object['object'][$field_name] );
\error_log( "@@@ found result for " . $field_name . ": " . $result );
if ( $result > 0 ) {
return $result;
}