From 065ae09cea38e3aaa5e16c1927bde4b3292f672a Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sun, 6 Aug 2017 23:36:34 +0200 Subject: [PATCH] Cleanup --- Arduino/McLighting/McLighting.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Arduino/McLighting/McLighting.ino b/Arduino/McLighting/McLighting.ino index 935b6f2..0b877de 100644 --- a/Arduino/McLighting/McLighting.ino +++ b/Arduino/McLighting/McLighting.ino @@ -86,9 +86,9 @@ String readEEPROM(int offset, int len) { //DBG_OUTPUT_PORT.println(char(EEPROM.read(i + offset))); } - DBG_OUTPUT_PORT.print("Read EEPROM: ["); - DBG_OUTPUT_PORT.print(res); - DBG_OUTPUT_PORT.println("]"); + //DBG_OUTPUT_PORT.print("Read EEPROM: ["); + //DBG_OUTPUT_PORT.print(res); + //DBG_OUTPUT_PORT.println("]"); return res; }