Skip to content

Commit c52e1c4

Browse files
committed
removed dead print
1 parent 58c12c3 commit c52e1c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/web3swiftTests/localTests/EthereumAddressTest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class EthereumAddressTest: XCTestCase {
4040
let ethereumAddress = EthereumAddress(rawAddress)
4141

4242
let sut = String(describing: ethereumAddress)
43-
print(sut)
4443

4544
XCTAssertTrue(sut.contains("EthereumAddress\n"))
4645
XCTAssertTrue(sut.contains("type: normal\n"))

0 commit comments

Comments
 (0)