dexter submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
pySim-trace: remove stray debug print
Related: OS#6094
Change-Id: I5f030a8552a84f721bd12ab4751933fc6eeae256
---
M pySim-trace.py
1 file changed, 11 insertions(+), 1 deletion(-)
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 change 33961. To unsubscribe, or for help writing mail filters, visit settings.