From 8a5666bcf4949b846589c000e1620afe39593f57 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 2 Jan 2013 09:06:22 -0800 Subject: [PATCH] libaltos: Remove a couple of spurious debug printfs Signed-off-by: Keith Packard --- libaltos/libaltos.c | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.30.2