Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Apr 22, 2024
1 parent 879f4cf commit c549184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/turbo/ios/RNVisitableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class RNVisitableView: UIView, RNSessionSubscriber {
}
@objc var scrollEnabled: Bool = true {
didSet {
print("XDXD")
sessionConfiguration.isScrollEnabled = scrollEnabled
}
}
Expand Down

0 comments on commit c549184

Please sign in to comment.