Removed dumb comment.

This commit is contained in:
flash 2019-03-02 20:41:35 +01:00
parent aec69ff19c
commit 0e1eb7c873

View file

@ -26,7 +26,6 @@ $errorHandler->pushHandler(
); );
$errorHandler->register(); $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/array.php';
require_once 'src/audit_log.php'; require_once 'src/audit_log.php';
require_once 'src/changelog.php'; require_once 'src/changelog.php';