From 0e1eb7c873cc1f3eeb4ba268cf1c622fcbf561b6 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 2 Mar 2019 20:41:35 +0100 Subject: [PATCH] Removed dumb comment. --- misuzu.php | 1 - 1 file changed, 1 deletion(-) diff --git a/misuzu.php b/misuzu.php index 4f26dcff..53096957 100644 --- a/misuzu.php +++ b/misuzu.php @@ -26,7 +26,6 @@ $errorHandler->pushHandler( ); $errorHandler->register(); -// TODO: do something about this, probably a good idea to include shit as required rather than all at once here require_once 'src/array.php'; require_once 'src/audit_log.php'; require_once 'src/changelog.php';