Removed "to go" debug message to prevent spam.
This commit is contained in:
parent
4d9d5aa5b5
commit
5f35b5226d
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ namespace Mist {
|
|||
//update current page
|
||||
int currentPage = dataPages[value].rbegin()->first;
|
||||
updateMetaFromPage(value, currentPage);
|
||||
INFO_MSG("To go, track %lu: %lli", value, 8388608 - inputLoc[value][currentPage].curOffset);
|
||||
if (inputLoc[value][currentPage].curOffset > 8388608) {
|
||||
int nextPage = currentPage + inputLoc[value][currentPage].keyNum;
|
||||
char nextPageName[100];
|
||||
|
|
Loading…
Add table
Reference in a new issue