remove old commented out code

This commit is contained in:
rjy7 2010-07-15 16:16:49 +00:00
parent ad3c92d66e
commit 282e2a95c7

View file

@ -41,10 +41,6 @@ public abstract class FileList extends BaseTemplateModel {
for (String file : list) {
tags += getTag(file);
}
// Iterator<String> i = list.iterator();
// while (i.hasNext()) {
// tags += getTag(i.next());
// }
return tags;
}