Removed useless debug message.
This commit is contained in:
parent
76529664e6
commit
9903cd4322
1 changed files with 0 additions and 1 deletions
|
@ -627,7 +627,6 @@ namespace Mist {
|
|||
//And the last keyframe in the parsed metadata is further in the stream than this page
|
||||
if (pageData.pageNum + pageData.keyNum < myMeta.tracks[tNum].keys.rbegin()->getNumber()){
|
||||
//Assume the entire page is already parsed
|
||||
INFO_MSG("Assuming its already done", tNum, pageNum);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue