removed useless log

This commit is contained in:
vhaudiquet 2023-09-27 20:26:45 +02:00
parent 72271ec8f4
commit db24637393

View File

@ -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;
}