From: Keith Packard Date: Wed, 2 Jan 2013 17:06:22 +0000 (-0800) Subject: libaltos: Remove a couple of spurious debug printfs X-Git-Tag: 1.1.9.3~8^2~9^2~27 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=8a5666bcf4949b846589c000e1620afe39593f57;ds=sidebyside libaltos: Remove a couple of spurious debug printfs Signed-off-by: Keith Packard --- diff --git a/libaltos/libaltos.c b/libaltos/libaltos.c index 6e884c80..24c20179 100644 --- a/libaltos/libaltos.c +++ b/libaltos/libaltos.c @@ -116,7 +116,6 @@ altos_open(struct altos_device *device) return NULL; } - printf ("open\n"); // altos_set_last_error(12, "yeah yeah, failed again"); // free(file); // return NULL; @@ -612,7 +611,6 @@ altos_list_next(struct altos_list *list, struct altos_device *device) { struct altos_usbdev *dev; if (list->current >= list->ndev) { - printf ("end\n"); return 0; } dev = list->dev[list->current];