Skip to content

Commit 5c74ad3

Browse files
Steve TreaseSteve Trease
authored andcommitted
Removed debug message
1 parent 61e7b40 commit 5c74ad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IP Address/ViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSour
4040
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
4141
let cell = tableView.dequeueReusableCell(withIdentifier: "Cell")!
4242

43-
print ("cell - \(indexPath.row)")
44-
4543
cell.textLabel?.text = interfaces[indexPath.row].description
4644
cell.detailTextLabel?.text = interfaces[indexPath.row].address
4745

0 commit comments

Comments
 (0)