mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-27 08:12:33 +00:00
Remove progress logging from buffer
This commit is contained in:
parent
197d010189
commit
e9c25e5607
@ -190,7 +190,6 @@ bool Buffer::ReadAllWithProgress(int fd, int knownSize, float *progress) {
|
||||
memcpy(p, buf, retval);
|
||||
total += retval;
|
||||
*progress = (float)total / (float)knownSize;
|
||||
ILOG("Progress: %f", *progress);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user