diff --git a/tasmota/tasmota_xnrg_energy/xnrg_26_mk_sky_blu.ino b/tasmota/tasmota_xnrg_energy/xnrg_26_mk_sky_blu.ino index a554a8424..eabf2b7a2 100644 --- a/tasmota/tasmota_xnrg_energy/xnrg_26_mk_sky_blu.ino +++ b/tasmota/tasmota_xnrg_energy/xnrg_26_mk_sky_blu.ino @@ -637,8 +637,6 @@ static void MkSkyBluShow(uint32_t function) if ( FUNC_JSON_APPEND == function ) { phase = 0; - // Efficiency: not used for JSON - phase += Energy->phase_count; // Temperature ResponseAppend_P(PSTR(",\"" D_JSON_TEMPERATURE "\":%s"), EnergyFmt(&pMksbInstance_FloatArrays[phase], Settings->flag2.temperature_resolution));