removed error log

This commit is contained in:
asus
2024-04-16 10:34:38 +02:00
parent 5c09506356
commit ba432acbfc
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ function find_user_post_url($user_id) {
*/
function find_admin_email($user_id = null) {
$admin_email = get_option( 'admin_email' );
error_log("admin_email: " . json_encode($admin_email));
return $admin_email;
}