chiark / gitweb /
remove debug printf
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 24 Oct 2008 16:09:13 +0000 (18:09 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 24 Oct 2008 16:09:13 +0000 (18:09 +0200)
udev/lib/libudev-device.c

index dc198f0a0a068646b6c5c04b9f32a8aa1214545d..513c65653bc76c17d8e7547ec6427d14db213f16 100644 (file)
@@ -1091,11 +1091,9 @@ ssize_t udev_device_get_properties_monitor_buf(struct udev_device *udev_device,
                                return -EINVAL;
                        bufpos += len+1;
                }
                                return -EINVAL;
                        bufpos += len+1;
                }
-printf("created buf %p, size %zu '%s'\n", udev_device->monitor_buf, bufpos, udev_device->monitor_buf);
                udev_device->monitor_buf_len = bufpos;
        }
        *buf = udev_device->monitor_buf;
                udev_device->monitor_buf_len = bufpos;
        }
        *buf = udev_device->monitor_buf;
-printf("return buf %p, size %zu '%s'\n", *buf, udev_device->monitor_buf_len, *buf);
        return udev_device->monitor_buf_len;
 }
 
        return udev_device->monitor_buf_len;
 }