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()
   	
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 6aba5dd..dbf939b 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -430,7 +430,7 @@
 		 * But it doesn't seem to pose a problem.
 		 *
 		 */		
-		$str = str_replace(array('<?php', '<?PHP', '<?', '?>'),  array('&lt;?php', '&lt;?PHP', '&lt;?', '?&gt;'), $str); // <?php BBEdit bug fix
+		$str = str_replace(array('<?php', '<?PHP', '<?', '?>'),  array('&lt;?php', '&lt;?PHP', '&lt;?', '?&gt;'), $str);
 	
 		/*
 		 * Compact any exploded words