From: x2003bruneau Date: Wed, 7 Mar 2007 16:17:58 +0000 (+0000) Subject: Remove debugging stuff X-Git-Tag: 1.8~82 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=85e0dd8548a9f68ca1a0e7bfe2c1ec2fcba77b5f;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; }