commit | bc042dd0692a6b4b89f11f88e6e3763162ce8048 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 21 02:46:59 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 21 02:46:59 2006 +0000 |
tree | b867cf4385fa9b89014d7fc0cc3e94dabcdeb2f7 | |
parent | 2962a110a14dff64fe137fb323a5ac321ccb6c20 [diff] [blame] |
diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php index a72dbf8..c3af801 100644 --- a/system/libraries/Exceptions.php +++ b/system/libraries/Exceptions.php
@@ -53,7 +53,7 @@ */ function CI_Exceptions() { - log_message('debug', "Output Class Initialized"); + // Note: Do not log messages from this constructor. } // END CI_Exceptions()