dexter has uploaded this change for review.

View Change

pySim-trace: remove stray debug print

Related: OS#6094
Change-Id: I5f030a8552a84f721bd12ab4751933fc6eeae256
---
M pySim-trace.py
1 file changed, 11 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/61/33961/1
diff --git a/pySim-trace.py b/pySim-trace.py
index c93a339..4561723 100755
--- a/pySim-trace.py
+++ b/pySim-trace.py
@@ -120,7 +120,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.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5f030a8552a84f721bd12ab4751933fc6eeae256
Gerrit-Change-Number: 33961
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange