aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-19 18:00:50 +0100
committerHarald Welte <laforge@osmocom.org>2020-03-21 16:24:53 +0100
commit8d934efbb95a3205882470d501bff3cd7df6fcfe (patch)
treebe848953fb97d78799c613561b94f763d6d4c8b5
parent835ed9644dfc68c9bb1f9616965f38569a4aa53b (diff)
osmo-sim-test: don't print SW in successful case of dump_file()
-rw-r--r--utils/osmo-sim-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/osmo-sim-test.c b/utils/osmo-sim-test.c
index 2bf83fac..4c704f66 100644
--- a/utils/osmo-sim-test.c
+++ b/utils/osmo-sim-test.c
@@ -329,7 +329,6 @@ static int dump_file(struct osim_chan_hdl *chan, uint16_t fid)
fprintf(stderr, "Unable to select file\n");
return -EIO;
}
- printf("SW: %s\n", osim_print_sw(chan->card, msgb_apdu_sw(msg)));
if (msgb_apdu_sw(msg) != 0x9000) {
fprintf(stderr, "status 0x%04x selecting file\n", msgb_apdu_sw(msg));
goto out;