LAB: Remove leftover debug code

This commit is contained in:
Filippos Karapetis 2015-12-01 02:02:48 +02:00 committed by Willem Jan Palenstijn
parent 06b8eb856e
commit 51d04a8187

View file

@ -1288,13 +1288,6 @@ void LabEngine::go() {
_isHiRes = ((getFeatures() & GF_LOWRES) == 0);
#if 0
if (_isHiRes)
warning("Running in HiRes mode");
else
warning("Running in LowRes mode");
#endif
bool mem = false;
if (initBuffer(BUFFERSIZE, true)) {
mem = true;