diff options
Diffstat (limited to 'src/tool/grfio.c')
-rw-r--r-- | src/tool/grfio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool/grfio.c b/src/tool/grfio.c index 3b19ca2f8..72034d92f 100644 --- a/src/tool/grfio.c +++ b/src/tool/grfio.c @@ -578,7 +578,6 @@ void* grfio_reads(char *fname, int *size) if (entry != NULL && entry->gentry < 0) { entry->gentry = -entry->gentry; // local file checked } else { - printf("%s not found (grfio_reads - local file %s)\n", fname, lfname); return NULL; } } |