mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 01:39:16 +08:00
Remove noisy message.
This commit is contained in:
parent
40ba25acbb
commit
3aae46d53d
@ -83,11 +83,6 @@ bool TessdataManager::LoadArchiveFile(const char *filename) {
|
||||
}
|
||||
}
|
||||
result = is_loaded_;
|
||||
#if !defined(NDEBUG)
|
||||
} else {
|
||||
tprintf("archive_read_open_filename(...,%s,...) failed, %s\n",
|
||||
filename, strerror(archive_errno(a)));
|
||||
#endif
|
||||
}
|
||||
archive_read_free(a);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user