Remove redundant builer options

This commit is contained in:
crazywhalecc
2025-08-15 11:54:34 +08:00
parent 2e616af836
commit a3ae1eb2f0

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