1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Disable debug class usage.

This commit is contained in:
Cameron 2019-02-10 13:54:17 -08:00
parent f735292e3f
commit 535fef8799

View File

@ -222,7 +222,7 @@ class e_db_pdo implements e_db
{
$this->mySQLlastErrText = $ex->getMessage();
$this->mySQLLastErrNum = $ex->getCode();
e107::getDebug()->log($ex); // Useful for Debug.
// e107::getDebug()->log($ex); // Useful for Debug. breaks testing.
return false;
}