Skip to content

Commit 217d34a

Browse files
committed
Merge remote-tracking branch 'origin/main' into navigation-beta
2 parents 3f0cdf9 + 44b4d63 commit 217d34a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ extension ReducerProtocol {
66
///
77
/// - Parameter printer: A printer for printing debug messages.
88
/// - Returns: A reducer that prints debug messages for all received actions.
9-
#if swift(>=5.8)
10-
@_documentation(visibility: public)
11-
#endif
129
@inlinable
1310
public func _printChanges(
1411
_ printer: _ReducerPrinter<State, Action>? = .customDump

0 commit comments

Comments
 (0)