From 5f35b5226db376d65c63440e2517b013be46b97e Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 16 Jun 2014 16:28:01 +0200 Subject: [PATCH] Removed "to go" debug message to prevent spam. --- 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 41d21b1b..a3d9f4a1 100644 --- a/src/input/input_buffer.cpp +++ b/src/input/input_buffer.cpp @@ -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];