Skip to content

Commit a3ae1eb

Browse files
committed
Remove redundant builer options
1 parent 2e616af commit a3ae1eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SPC/exception/ExceptionHandler.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ public static function handleSPCException(SPCException $e): void
133133
$info = $e->getBuildPHPInfo();
134134
self::logError('', output_log: defined('DEBUG_MODE'));
135135
self::logError('Builder function: ' . ConsoleColor::yellow($info['builder_function']), output_log: defined('DEBUG_MODE'));
136-
if (self::$builder) {
137-
self::logError('Builder options:', output_log: defined('DEBUG_MODE'));
138-
self::printArrayInfo(self::$builder->getOptions());
139-
}
140136
}
141137

142138
self::logError("\n----------------------------------------\n");

0 commit comments

Comments
 (0)