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 ); -