diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-06 22:24:35 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-06 22:24:35 +0200 |
commit | 6927457186de9e2a6692cd7cd0f254b2fbef037f (patch) | |
tree | babdbd9e6cb9f3d6207123167809f16d9e927b49 /py | |
parent | d0c7d0826f14b37ce06582eb3cb20915275caea5 (diff) |
remove print_short
Diffstat (limited to 'py')
-rwxr-xr-x | py/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ import pykms card = pykms.Card() -card.print_short() conn = card.get_first_connected_connector() |