dexter has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/33961 )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: pySim-trace: remove stray debug print
......................................................................
pySim-trace: remove stray debug print
Related: OS#6094
Change-Id: I5f030a8552a84f721bd12ab4751933fc6eeae256
---
M pySim-trace.py
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/pySim-trace.py b/pySim-trace.py
index 453ee43..8a9fad7 100755
--- a/pySim-trace.py
+++ b/pySim-trace.py
@@ -114,7 +114,7 @@
continue
if self.suppress_status and isinstance(inst, UiccStatus):
continue
- #print(inst)
+
self.format_capdu(apdu, inst)
option_parser = argparse.ArgumentParser(description='Osmocom pySim high-level SIM
card trace decoder',
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/33961
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5f030a8552a84f721bd12ab4751933fc6eeae256
Gerrit-Change-Number: 33961
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged