# HG changeset patch # User Matti Hamalainen # Date 1417276736 -7200 # Node ID 31dc100c78d4d340a7585eb74d16b1fdeee5db34 # Parent 03b245ef3a4725a680613b4f7ff5507ddb2f26a3 Remove stale comment. diff -r 03b245ef3a47 -r 31dc100c78d4 faptool.php --- a/faptool.php Sat Nov 29 16:04:21 2014 +0200 +++ b/faptool.php Sat Nov 29 17:58:56 2014 +0200 @@ -299,8 +299,6 @@ while (($dentry = readdir($dir)) !== false) { $fname = $path."/".$dentry; - // check file type against entry's preview_type - // if match, render / convert / cp to as source and exit loop. if ($dentry != "." && $dentry != "..") { if (is_dir($fname))