libaltos: Remove a couple of spurious debug printfs
authorKeith Packard <keithp@keithp.com>
Wed, 2 Jan 2013 17:06:22 +0000 (09:06 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 2 Jan 2013 17:06:22 +0000 (09:06 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
libaltos/libaltos.c

index 6e884c80ea145eeb576955d7d703f6a43f2d94af..24c20179faa76a87b3f54acc32b0a1ddde42311d 100644 (file)
@@ -116,7 +116,6 @@ altos_open(struct altos_device *device)
                return NULL;
        }
 
                return NULL;
        }
 
-       printf ("open\n");
 //     altos_set_last_error(12, "yeah yeah, failed again");
 //     free(file);
 //     return NULL;
 //     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) {
 {
        struct altos_usbdev *dev;
        if (list->current >= list->ndev) {
-               printf ("end\n");
                return 0;
        }
        dev = list->dev[list->current];
                return 0;
        }
        dev = list->dev[list->current];