X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=96ed56b94d1e1c21b846220ec1bc2d339360118d;hb=30d58769ac54f8ef3f0c54558f43b9a73a68b37e;hp=a74353ab6bb64a60949d11239c8bac32c8cc9c60;hpb=3ff078137ab823b36000699828c564dabb0ffa55;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index a74353ab6b..96ed56b94d 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -38,11 +38,6 @@ $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgDebugRawPage = true; // T49960 -// Enable verbose logging -$wgDebugComments = true; -$wgDebugDumpSql = true; -$wgDebugTimestamps = true; - // Enable log files $logDir = getenv( 'MW_LOG_DIR' ); if ( $logDir ) {