Remove debug printf

This commit is contained in:
pancake 2014-10-17 18:35:00 +02:00
parent 051de62f9e
commit 45a04948b7

View File

@ -51,7 +51,6 @@ R_API RBuffer *r_buf_mmap (const char *file, int flags) {
if (b->length == 0) b->empty = 1;
return b;
}
eprintf ("MMAP FAIL\n");
r_buf_free (b);
return NULL; /* we just freed b, don't return it */
}