diff options
| -rw-r--r-- | libaltos/libaltos.c | 2 | 
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];  | 
