From: x2003bruneau Date: Wed, 7 Mar 2007 16:17:58 +0000 (+0000) Subject: Remove debugging stuff X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=39b91962e3829121a18ba7d0fe984a2401c3887a;p=banana.git Remove debugging stuff git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@223 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- 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; }