From 82d85181f4e757441555f6572d32019134c4b99c Mon Sep 17 00:00:00 2001 From: jflyper Date: Thu, 3 Nov 2016 12:19:14 +0900 Subject: [PATCH] Remove debugs from dashboard.c --- src/main/io/dashboard.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/io/dashboard.c b/src/main/io/dashboard.c index eb34084ca5..c63b6d90c0 100644 --- a/src/main/io/dashboard.c +++ b/src/main/io/dashboard.c @@ -757,9 +757,6 @@ int dashboardCmsBegin(void) { dashboardInCMS = true; - debug[1]++; - delay(300); - return 0; } @@ -812,8 +809,6 @@ displayPortVTable_t dashboardCmsVTable = { void dashboardCmsInit(displayPort_t *pPort) { -debug[1]++; -delay(300); pPort->rows = SCREEN_CHARACTER_ROW_COUNT; pPort->cols = SCREEN_CHARACTER_COLUMN_COUNT; pPort->vTable = &dashboardCmsVTable;