Code cleanup

This commit is contained in:
fvanroie 2022-04-09 23:02:26 +02:00
parent b0fea83a55
commit f0443301cc

View File

@ -313,8 +313,6 @@ void LovyanGfx::init(int w, int h)
} }
tft.setPanel(panel); tft.setPanel(panel);
LOG_DEBUG(TAG_TFT, F("%s - %d"), __FILE__, __LINE__);
/* TFT init */ /* TFT init */
LOG_DEBUG(TAG_TFT, F("%s - %d"), __FILE__, __LINE__); LOG_DEBUG(TAG_TFT, F("%s - %d"), __FILE__, __LINE__);
tft.begin(); tft.begin();