Skip to content

Commit c2598df

Browse files
committed
Remove unused viewWillAppear override
1 parent 6d5c5a6 commit c2598df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

InAppViewDebugger/SnapshotViewController.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ final class SnapshotViewController: UIViewController, SnapshotViewDelegate, Snap
4343
self.view = snapshotView
4444
}
4545

46-
override func viewWillAppear(_ animated: Bool) {
47-
super.viewWillAppear(animated)
48-
49-
}
50-
5146
override func viewWillDisappear(_ animated: Bool) {
5247
super.viewWillDisappear(animated)
5348
if isMovingFromParent {

0 commit comments

Comments
 (0)