Digital ACT191 story ONEAPP-6682 commented unnecessary print statements
This commit is contained in:
parent
7b878d19d3
commit
16d53e1802
@ -128,11 +128,11 @@ class TextAreaViewController: BaseViewController<TextArea> {
|
||||
component
|
||||
.publisher(for: .valueChanged)
|
||||
.sink { component in
|
||||
if let text = component.value {
|
||||
print("text entry: \(text)")
|
||||
} else {
|
||||
print("text entry: null")
|
||||
}
|
||||
// if let text = component.value {
|
||||
// print("text entry: \(text)")
|
||||
// } else {
|
||||
// print("text entry: null")
|
||||
// }
|
||||
}.store(in: &subscribers)
|
||||
|
||||
//setup UI
|
||||
|
||||
Loading…
Reference in New Issue
Block a user