Skip to content

Commit a54a623

Browse files
committed
minor, shorter
1 parent 8578697 commit a54a623

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bk2ch23p809peopleGroups/ch36p1066peopleGroups/DocumentLister.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ class DocumentLister: UITableViewController {
3535
self.docsurl, includingPropertiesForKeys: nil, options: nil, error: nil)!
3636
.filter
3737
{ ($0 as NSURL).pathExtension == "pplgrp" } as [NSURL]
38-
// .map
39-
// { $0 as NSURL }
4038
self.tableView.reloadData()
4139
}
4240

0 commit comments

Comments
 (0)