From: Keith Packard Date: Sat, 13 Sep 2014 03:57:05 +0000 (-0700) Subject: ao-tools/ao-test-igniter: Remove bogus printf X-Git-Tag: bdale-altosdroid~30 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e0077866138a1e29ede7181e39f04860b866543a;ds=sidebyside 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 --- 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)