diff --git a/src/functions.php b/src/functions.php index 4c0fbd8..b973355 100644 --- a/src/functions.php +++ b/src/functions.php @@ -80,6 +80,5 @@ function ld(mixed ...$input): void function ll(mixed ...$input): void { get(Debug::class)->log($input, writeToOut: false); - die(); } }