diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-12 20:57:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-12 20:57:05 -0700 |
commit | e0077866138a1e29ede7181e39f04860b866543a (patch) | |
tree | bb9fc9458aa892b0a27b28cdaf7feb099d8d36da /ao-tools | |
parent | 6681d31929266fec9711b3d89a4f074cd2afcc6e (diff) |
ao-tools/ao-test-igniter: Remove bogus printf
This must have been left over from testing; it prints "device (null)",
which isn't very useful.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-test-igniter/ao-test-igniter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/ao-test-igniter/ao-test-igniter.c b/ao-tools/ao-test-igniter/ao-test-igniter.c index 6a699fe8..419c8948 100644 --- a/ao-tools/ao-test-igniter/ao-test-igniter.c +++ b/ao-tools/ao-test-igniter/ao-test-igniter.c @@ -190,7 +190,6 @@ main (int argc, char **argv) if (verbose > 1) ccdbg_add_debug(CC_DEBUG_BITBANG); - printf ("device %s\n", device); if (!tty) tty = cc_usbdevs_find_by_arg(device, "TeleMega-v1.0"); if (!tty) |