From: x99bachelart Date: Thu, 4 Sep 2003 20:46:47 +0000 (+0000) Subject: debug code X-Git-Tag: 1.8~434 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=cdedbcb15d2d17454af288e065e9eaf9e02aeace;p=banana.git debug code --- diff --git a/include/spool.inc.php b/include/spool.inc.php index a19c952..314267d 100644 --- a/include/spool.inc.php +++ b/include/spool.inc.php @@ -76,7 +76,6 @@ class spool { return false; } $spoolfile=realpath("./spool/spool-$_group.dat"); -echo $spoolfile; if (file_exists($spoolfile)) { $f = fopen($spoolfile,"r"); $this = unserialize(fread($f,filesize($spoolfile)));