Skip to content

Commit 3e53228

Browse files
committed
remove print
1 parent e2cd910 commit 3e53228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SocketIO-iOSTests/AbstractSocketTest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class AbstractSocketTest: XCTestCase {
2929
}
3030
AbstractSocketTest.socket.connect()
3131
XCTAssertEqual(AbstractSocketTest.socket.status, SocketIOClientStatus.Connecting)
32-
print(AbstractSocketTest.socket.sid)
3332
waitForExpectationsWithTimeout(AbstractSocketTest.TEST_TIMEOUT, handler: nil)
3433
}
3534

0 commit comments

Comments
 (0)