remove a little debug message

This commit is contained in:
tildearrow 2025-10-23 03:09:21 -05:00
parent 42651f0b0c
commit d09a8b6b4c

View file

@ -54,7 +54,6 @@ sf_count_t SFWrapper::ioGetSize() {
}
sf_count_t SFWrapper::ioSeek(sf_count_t offset, int whence) {
printf("SFWrapper: SEEK!\n");
fseek(f,offset,whence);
long ret=ftell(f);
if (ret<0) {