Skip to content

Commit c176aa8

Browse files
committed
fix: remove unneeded debug functionality
1 parent f95c972 commit c176aa8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

LockdowniOS/AccountVC.swift

-5
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,6 @@ final class AccountViewController: BaseViewController, Loadable {
355355
}
356356
})
357357
tableView.addCell(fixVPNConfig)
358-
359-
let inspect = DefaultCell(title: "_Enable VPN", height: buttonHeight, dismissOnTap: true) {
360-
VPNController.shared.setEnabled(true)
361-
}
362-
tableView.addCell(inspect)
363358
#endif
364359

365360
tableView.addRowCell { (cell) in

0 commit comments

Comments
 (0)