summaryrefslogtreecommitdiff
path: root/libaltos
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-02 09:06:22 -0800
committerKeith Packard <keithp@keithp.com>2013-01-02 09:06:22 -0800
commit8a5666bcf4949b846589c000e1620afe39593f57 (patch)
treec0de608a2fdb0032e9ecbc601ec4cae4f8a098bb /libaltos
parent9efc57e4052e3c11218973f7666ad18ea5cf2a5a (diff)
libaltos: Remove a couple of spurious debug printfs
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos')
-rw-r--r--libaltos/libaltos.c2
1 files changed, 0 insertions, 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];