From a3ae1eb2f0402588f2489394019803f8ba1e52ee Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 15 Aug 2025 11:54:34 +0800 Subject: [PATCH] Remove redundant builer options --- src/SPC/exception/ExceptionHandler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SPC/exception/ExceptionHandler.php b/src/SPC/exception/ExceptionHandler.php index d316d643..44b82b06 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -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");