ao-tools/ao-test-igniter: Remove bogus printf
authorKeith Packard <keithp@keithp.com>
Sat, 13 Sep 2014 03:57:05 +0000 (20:57 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 13 Sep 2014 03:57:05 +0000 (20:57 -0700)
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>
ao-tools/ao-test-igniter/ao-test-igniter.c

index 6a699fe8586d0a60ec19cac6ad9d865a05ae9a43..419c89482c84d721af51bf6e26f91d3a7652312a 100644 (file)
@@ -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)