Remove noisy message.

This commit is contained in:
Egor Pugin 2021-01-04 18:11:16 +03:00
parent 40ba25acbb
commit 3aae46d53d

View File

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