remove debugging log line
This commit is contained in:
parent
6a906e5fe2
commit
8db9be5c2e
1 changed files with 0 additions and 1 deletions
|
@ -343,7 +343,6 @@ function object_to_post_id_by_field_name( $object, $field_name ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$result = \url_to_postid( $object['object'][$field_name] );
|
$result = \url_to_postid( $object['object'][$field_name] );
|
||||||
\error_log( "@@@ found result for " . $field_name . ": " . $result );
|
|
||||||
if ( $result > 0 ) {
|
if ( $result > 0 ) {
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue