Removed superfluous debug message.

This commit is contained in:
Thulinma 2014-04-22 21:50:37 +02:00
parent eb5c85c385
commit bd682b72bf

View file

@ -297,7 +297,6 @@ namespace Mist {
break;
}
}
DEBUG_MSG(DLVL_DEVEL, "Buffering track %d page %d through %d, completed", track, pageNum, pageNum-1 + it->second.keyNum);
return true;
}