Remove debug code no more used

This commit is contained in:
Luc 2019-06-29 13:50:50 +02:00
parent 20685e454a
commit 7aab073d55

View File

@ -109,12 +109,6 @@ void Esp3D::begin(uint16_t startdelayms, uint16_t recoverydelayms)
#ifdef ESP_OLED_FEATURE
OLED_DISPLAY::begin();
OLED_DISPLAY::splash();
#endif
#ifdef ARDUINO_ARCH_ESP8266
struct rst_info *rtc_info = system_get_rst_info();
#else
RESET_REASON reason_0 = rtc_get_reset_reason(0);
RESET_REASON reason_1 = rtc_get_reset_reason(1);
#endif
bool breset_config = false;
web_interface = NULL;