changeset 985:31dc100c78d4

Remove stale comment.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 17:58:56 +0200
parents 03b245ef3a47
children a8ed8295fcd2
files faptool.php
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))