changeset 971:d28f36ced178

Remove spammy message.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 10:43:31 +0200
parents 9c93a3c4f95c
children c1738ee91f6a 0c11b391007b
files faptool.php
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Sat Nov 29 10:25:55 2014 +0200
+++ b/faptool.php	Sat Nov 29 10:43:31 2014 +0200
@@ -293,8 +293,6 @@
       // Entry is an archive file ..
       $path = stMakePath(FALSE, FALSE, array($setEntryPath, "UNPACKS", $efile["filename"]));
 
-      echo "INFO: Entry file is an ".$efile["filetype"]." archive, scanning '".$filename."' ...\n";
-
       if (wtUnpackArchiveTo($efile["filetype"], $filename, $path) === false)
         return FALSE;