We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e616af commit a3ae1ebCopy full SHA for a3ae1eb
src/SPC/exception/ExceptionHandler.php
@@ -133,10 +133,6 @@ public static function handleSPCException(SPCException $e): void
133
$info = $e->getBuildPHPInfo();
134
self::logError('', output_log: defined('DEBUG_MODE'));
135
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
- }
140
}
141
142
self::logError("\n----------------------------------------\n");
0 commit comments