Jump to content

[Core] Leftover debug code


Ahmad E.

Recommended Posts

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.

Posted

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 members

    • No registered users viewing this page.
×
×
  • Create New...