Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 64d6fac

Browse files
committed
remove dummy print from test file
1 parent fcaf3ac commit 64d6fac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_mobile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ def test_bssap(bssap_pdu=bssap_pdu):
550550
v = B.get_val()
551551
B.reautomate()
552552
assert( B.get_val() == v )
553-
print(B.show())
554553
B.__init__()
555554
B.set_val(v)
556555
assert( B.to_bytes() == pdu )
@@ -568,7 +567,6 @@ def test_bssap(bssap_pdu=bssap_pdu):
568567
v = BM.get_val()
569568
BM.reautomate()
570569
assert( BM.get_val() == v )
571-
print(BM.show())
572570
BM.__init__()
573571
BM.set_val(v)
574572
assert( BM.to_bytes() == pdu )

0 commit comments

Comments
 (0)