remove echo

This commit is contained in:
Svitin Egor
2024-03-11 15:24:49 +03:00
parent 23a13bb7fb
commit 0e004d8b55

View File

@@ -36,4 +36,3 @@ define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true ); define( 'WP_DEBUG_DISPLAY', true );
define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_LOG', true );
echo getenv('DB_PASS');