diff options
Diffstat (limited to 'system/libraries/Log.php')
-rw-r--r-- | system/libraries/Log.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 4d64cd328..2ff2c2dbb 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -36,9 +36,6 @@ class CI_Log { * Constructor
*
* @access public
- * @param string the log file path
- * @param string the error threshold
- * @param string the date formatting codes
*/
function CI_Log()
{
|