Remove unused define.

The LOG_ERROR constant is no longer used by the logging system. It is an
unused relic from 1.x. Additionally changing the value of ERROR to not
be error creates counterintuitive code.

Fixes #3762
This commit is contained in:
mark_story 2013-04-16 12:32:00 -04:00
parent 8eb56960d8
commit d01d291d13
2 changed files with 0 additions and 12 deletions

View file

@ -150,12 +150,6 @@
*/
//Configure::write('Cache.viewPrefix', 'prefix');
/**
* Defines the default error type when using the log() function. Used for
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
*/
define('LOG_ERROR', LOG_ERR);
/**
* Session configuration.
*

View file

@ -150,12 +150,6 @@
*/
//Configure::write('Cache.viewPrefix', 'prefix');
/**
* Defines the default error type when using the log() function. Used for
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
*/
define('LOG_ERROR', LOG_ERR);
/**
* Session configuration.
*