Update debug

This commit is contained in:
Maarten 2019-12-28 16:51:30 +01:00
parent 3c20f0372f
commit fe758fbebb

View file

@ -40,7 +40,7 @@ class ExceptionHandler {
{ {
self::$handler = new Run(); self::$handler = new Run();
$debug = false; //TODO: Get from config $debug = true; //TODO: Get from config
if($debug === false) { if($debug === false) {
self::$handler->pushHandler(function() { self::$handler->pushHandler(function() {