Remove redundant builer options

This commit is contained in:
crazywhalecc 2025-08-15 11:54:34 +08:00
parent 2e616af836
commit a3ae1eb2f0
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -133,10 +133,6 @@ class ExceptionHandler
$info = $e->getBuildPHPInfo();
self::logError('', output_log: defined('DEBUG_MODE'));
self::logError('Builder function: ' . ConsoleColor::yellow($info['builder_function']), output_log: defined('DEBUG_MODE'));
if (self::$builder) {
self::logError('Builder options:', output_log: defined('DEBUG_MODE'));
self::printArrayInfo(self::$builder->getOptions());
}
}
self::logError("\n----------------------------------------\n");