Skip to content

Commit 74edde5

Browse files
authored
Merge pull request #6156 from woocommerce/issue/6155-unused-variable
[Mobile Payments] Remove unused variable left in from debugging
2 parents 8fa54f7 + 0b9d3e2 commit 74edde5

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
@@ -24,8 +24,6 @@ struct InPersonPaymentsView: View {
2424
var showSupport: (() -> Void)? = nil
2525
var showURL: ((URL) -> Void)? = nil
2626

27-
let userIsAdministrator = true // TODO
28-
2927
var body: some View {
3028
Group {
3129
switch viewModel.state {

0 commit comments

Comments
 (0)