From 39b91962e3829121a18ba7d0fe984a2401c3887a Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 7 Mar 2007 16:17:58 +0000 Subject: [PATCH] Remove debugging stuff git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@223 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/spool.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/banana/spool.inc.php b/banana/spool.inc.php index 39f30fa..a930c95 100644 --- a/banana/spool.inc.php +++ b/banana/spool.inc.php @@ -591,7 +591,6 @@ class BananaSpool } } $test = trim($test); - echo $test . " - " . $subject . "\n"; if ($test == $subject) { return $id; } -- 2.1.4