diff --git a/src/actors/robot/robotmodule.cpp b/src/actors/robot/robotmodule.cpp index 9642b1aad3842cc522d9a8c7f34ad5db5bba96a2..4b1f4482febd1aacfdf6178525af86c6c8310369 100644 --- a/src/actors/robot/robotmodule.cpp +++ b/src/actors/robot/robotmodule.cpp @@ -849,8 +849,8 @@ qreal RobotModule::runCellRad(int row, int col) QChar RobotModule::runDownChar(int row, int col) { - qDebug() << "Get DC R:" << row << " C:" << col << " ROWS" << curConsoleField->Rows(); if (!DISPLAY) { + qDebug() << "Get DC R:" << row << " C:" << col << " ROWS" << curConsoleField->Rows(); uint32_t r = row - 1, c = col - 1; if ( r >= curConsoleField->Rows() ||