diff --git a/src/device/device.c b/src/device/device.c index e9605af..c6d6797 100644 --- a/src/device/device.c +++ b/src/device/device.c @@ -52,8 +52,6 @@ char* device_get_image(device_t* device) memcpy(tr + path_len, image, image_len); *(tr + path_len + image_len) = 0; - printf("path= %s\n", tr); - return tr; }