From b85b6592dd52d63076d45037a416bd69f170f26b Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Tue, 10 Sep 2019 10:00:53 +0200 Subject: [PATCH] Removed debug code. --- UI.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/UI.hpp b/UI.hpp index 76b993d..bfe7e76 100644 --- a/UI.hpp +++ b/UI.hpp @@ -1155,15 +1155,11 @@ void callback_chorus_feedback_function(void) #ifdef SHOW_DEBUG Serial.println(F("callback_chorus_feedback_function")); #endif - Serial.println("D-1");delay(100); menu_system.change_menu(chorus_feedback_menu); - Serial.println("D0");delay(100); menu_position[EFFECTS] = encoder_value[RIGHT_ENCODER]; encoder_value[RIGHT_ENCODER] = configuration.chorus_feedback; enc[RIGHT_ENCODER].write(configuration.chorus_feedback, ENC_CHORUS_FEEDBACK_MIN, ENC_CHORUS_FEEDBACK_MAX); - Serial.println("D1");delay(100); menu_system.update(); - Serial.println("D2"); } void callback_chorus_waveform_function(void)