remove shower from info

This commit is contained in:
Paul
2019-12-08 09:21:35 +01:00
parent e211eb3bd5
commit b82b0b2373

View File

@@ -493,13 +493,6 @@ void showInfo() {
}
}
// show the Shower Info
if (EMSESP_Settings.shower_timer) {
myDebug_P(PSTR("")); // newline
myDebug_P(PSTR("%sShower stats:%s"), COLOR_BOLD_ON, COLOR_BOLD_OFF);
myDebug_P(PSTR(" Shower is %s"), (EMSESP_Shower.showerOn ? "running" : "off"));
}
myDebug_P(PSTR("")); // newline
}