--- wp-settings (1).php	2012-08-12 20:30:58.000000000 -0700
+++ wp-settings.php	2012-08-12 20:30:52.000000000 -0700
@@ -55,9 +55,9 @@
 wp_debug_mode();
 
 // For an advanced caching plugin to use. Uses a static drop-in because you would only want one.
-if ( WP_CACHE )
-	WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' );
-
+if ( WP_CACHE && WP_DEBUG ) {
+	@include( WP_CONTENT_DIR . '/advanced-cache.php' );
+}
 // Define WP_LANG_DIR if not set.
 wp_set_lang_dir();
 
