sysmo_usim: fix log output

When programming EF.AD an additional new-line is printed, which is not
as intended. This also upsets the unit-tests.
This commit is contained in:
Philipp Maier 2023-01-19 11:49:39 +01:00
parent 6d205d3a1a
commit 1b44d0e651
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ class Sysmo_usim:
new_ad = res.apdu[0:3] + mnclen
self.sim.update_binary(new_ad)
print("")
# EF.AD in ADF.USIM
self.sim.card.SELECT_ADF_USIM()