From 0997ace8072c256fef05d3f6b21dde70e5afe17d Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Wed, 13 Feb 2008 21:06:46 +0000
Subject: [PATCH] aaargh, commit flood. I shouldn't leave debugging statements
 in when committing, I shouldn't leave debugging statements in when commiting,
 I shouldn't leave ...

---
 components/milliways.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/milliways.php b/components/milliways.php
index 432defe..0ab8215 100644
--- a/components/milliways.php
+++ b/components/milliways.php
@@ -39,7 +39,6 @@ foreach ($wholist as $person) {
 	if ($person['idleseconds'] > 3600) {
 		$idlers[] = $person;
 	} else {
-		print_r($person);
 		$people[] = $person;
 	}
 }
-- 
GitLab