From cdedbcb15d2d17454af288e065e9eaf9e02aeace Mon Sep 17 00:00:00 2001 From: x99bachelart Date: Thu, 4 Sep 2003 20:46:47 +0000 Subject: [PATCH] debug code --- include/spool.inc.php | 1 - 1 file changed, 1 deletion(-) 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))); -- 2.1.4