# HG changeset patch # User Matti Hamalainen # Date 1417250611 -7200 # Node ID d28f36ced1782f3d0b263efb02a7f093a5cf617d # Parent 9c93a3c4f95c398779d95df4e9a1a74f1e46bec1 Remove spammy message. diff -r 9c93a3c4f95c -r d28f36ced178 faptool.php --- 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;