Skip to content

Commit 5874445

Browse files
Improve readme (removing print statement) (#15)
* Remove extraneous comment * Remove print statement
1 parent ddba013 commit 5874445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Just(true)
563563

564564
control
565565
.publisher(for: .primaryActionTriggered)
566-
.sink { print($0.contains(.primaryActionTriggered)) } // true
566+
.sink { controlEvents in }
567567
.store(in: &cancellables)
568568
```
569569

0 commit comments

Comments
 (0)