From 9903cd43226a2c61c57ae69a66b57711c238dcc0 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 25 Sep 2015 21:11:40 +0200 Subject: [PATCH] Removed useless debug message. --- src/input/input_buffer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/input_buffer.cpp b/src/input/input_buffer.cpp index 00f1a3a6..3a174ecc 100644 --- a/src/input/input_buffer.cpp +++ b/src/input/input_buffer.cpp @@ -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; } }