From 130162ad4d8fcfba01a1b1746486997bc119a110 Mon Sep 17 00:00:00 2001 From: Svitin Egor Date: Mon, 11 Mar 2024 15:28:25 +0300 Subject: [PATCH] remove logs --- environments/docker_container/wp-config-local.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/environments/docker_container/wp-config-local.php b/environments/docker_container/wp-config-local.php index ac513a7..9338847 100644 --- a/environments/docker_container/wp-config-local.php +++ b/environments/docker_container/wp-config-local.php @@ -32,7 +32,3 @@ define( 'S3_UPLOADS_REGION', 'us-west-1' ); define( 'S3_UPLOADS_KEY', getenv('S3_UPLOADS_KEY') ); define( 'S3_UPLOADS_SECRET', getenv('S3_UPLOADS_SECRET') ); -define( 'WP_DEBUG', true ); -define( 'WP_DEBUG_DISPLAY', true ); -define( 'WP_DEBUG_LOG', true ); -