Jump to content

[Core] Leftover debug code

Featured Replies

Posted

Hey,

there is some leftover debug code (only active IN_DEV so it isn't critical) in "system/Helpers/Form/FormAbstract.php" on line 303:

if ( \IPS\IN_DEV )
{
    echo '<pre>';
    var_dump( $e );
    exit;
}

Best Regards,
Ahmad E.

That's been there for a while, intentionally, to help capture exceptions in an area that shouldn't occur and which can cause odd unforeseen issues. We could remove it, but it's not very important as you said.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.