summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clients/image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/image.c b/clients/image.c
index 573117ca..aee81122 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -373,7 +373,6 @@ image_create(struct display *display, const char *filename,
image->image = load_cairo_surface(filename);
if (!image->image) {
- fprintf(stderr, "could not find the image %s!\n", b);
free(image->filename);
free(image);
return NULL;