From 9862ce2a19a158f82bc951e6e7ec055d3b21efc7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 28 Jan 2006 21:01:52 +0000 Subject: [PATCH] Stop printing out that stupid debug info --- includes/cachev.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/cachev.php b/includes/cachev.php index dbde2d7..6480b44 100644 --- a/includes/cachev.php +++ b/includes/cachev.php @@ -408,8 +408,8 @@ class cacheV // WHY THE HELL DOES THIS GET HIT ON REBUILDS? if (!is_array($log)) { - print_r($node); - var_dump($log); + /*print_r($node); + var_dump($log);*/ continue; } $loglist["$log[revision]"] = array( -- 2.22.5