Remove debugging stuff
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Wed, 7 Mar 2007 16:17:58 +0000 (16:17 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:34 +0000 (00:35 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@223 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/spool.inc.php

index 39f30fa..a930c95 100644 (file)
@@ -591,7 +591,6 @@ class BananaSpool
                 }
             }
             $test = trim($test);
-            echo $test . " - " . $subject . "\n";
             if ($test == $subject) {
                 return $id;
             }