Skip to content

Commit 0b9d3e2

Browse files
committed
Remove unused variable left in from debugging
1 parent 0b840fd commit 0b9d3e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/InPersonPaymentsViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ struct InPersonPaymentsView: View {
2222
var showSupport: (() -> Void)? = nil
2323
var showURL: ((URL) -> Void)? = nil
2424

25-
let userIsAdministrator = true // TODO
26-
2725
var body: some View {
2826
Group {
2927
switch viewModel.state {

0 commit comments

Comments
 (0)