dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/33961 )
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(-)
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',