removved debug log

This commit is contained in:
Nedim Uka
2018-11-19 13:15:50 +01:00
parent f56377f606
commit 35e670fa52

View File

@@ -48,9 +48,6 @@ define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
$table_prefix = env('DB_PREFIX') ?: 'wp_';
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
/**
* Authentication Unique Keys and Salts
*/