diff --git a/system/application/config/config.php b/system/application/config/config.php
index e88abd9..eba2ec2 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -273,10 +273,10 @@
 | means you are prematurely outputing something to your browser. It could
 | even be a line of whitespace at the end of one of your scripts.  For 
 | compression to work, nothing can be sent before the output buffer is called
-| by the output class.
+| by the output class.  Do not "echo" any values with compression enabled.
 |
 */
-$config['compress_output'] = TRUE;
+$config['compress_output'] = FALSE;
 
 
 ?>
\ No newline at end of file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index b86cf91..473704c 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -45,6 +45,4 @@
 
 // Define your own routes below -------------------------------------------
 
-
-
 ?>
\ No newline at end of file