diff --git a/Test/Tests/RealtimeClientConnectionTests.swift b/Test/Tests/RealtimeClientConnectionTests.swift index d950c71c6..e212f055d 100644 --- a/Test/Tests/RealtimeClientConnectionTests.swift +++ b/Test/Tests/RealtimeClientConnectionTests.swift @@ -2161,7 +2161,6 @@ class RealtimeClientConnectionTests: XCTestCase { let errorInfo = stateChange.reason print("got state change state:") print(stateChange.current) - print(stateChange.reason) switch state { case .connected: fail("Should not be connected")