From 8db9be5c2ea12aaac6faf98ddaf3a08b932e2a84 Mon Sep 17 00:00:00 2001 From: Matthew Exon Date: Tue, 24 Jan 2023 11:10:01 +0800 Subject: [PATCH] remove debugging log line --- includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 3e79e5e..caae289 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -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; }