Skip to content

Commit 135a023

Browse files
committed
Remove debug code
1 parent ac2bcfd commit 135a023

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,11 @@ struct SimplePaymentsSummary_Preview: PreviewProvider {
243243
.environment(\.colorScheme, .light)
244244
.previewDisplayName("Light")
245245

246-
NavigationView {
247246
SimplePaymentsSummary(noteContent: "Dispatch by tomorrow morning at Fake Street 123, via the boulevard.")
248-
}
249247
.environment(\.colorScheme, .light)
250248
.previewDisplayName("Light Content")
251249

252-
NavigationView {
253250
SimplePaymentsSummary(noteContent: nil)
254-
}
255251
.environment(\.colorScheme, .dark)
256252
.previewDisplayName("Dark")
257253

0 commit comments

Comments
 (0)