diff --git a/ion/src/device/bench/bench.cpp b/ion/src/device/bench/bench.cpp index ad8fe10d3..87629f4c0 100644 --- a/ion/src/device/bench/bench.cpp +++ b/ion/src/device/bench/bench.cpp @@ -36,7 +36,6 @@ void run() { ctx->fillRect(KDRect(0,0,Ion::Display::Width,Ion::Display::Height), KDColorWhite); ctx->drawString("BENCH", KDPoint((320-50)/2, (240-18)/2)); char command[kMaxCommandLength]; - Ion::LED::setColor(KDColorBlue); while (true) { Ion::Console::readLine(command, kMaxCommandLength); const CommandHandler * ch = sCommandList.dispatch(command);