Merge pull request #9313 from bivis/wordpress

remove logs
This commit is contained in:
bivis
2024-03-11 15:30:16 +03:00
committed by GitHub

View File

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