Remove redundant check

This commit is contained in:
3d-gussner 2024-03-20 08:41:29 +01:00
parent 9f8115639a
commit 52275322a2
1 changed files with 0 additions and 1 deletions

View File

@ -5317,7 +5317,6 @@ static void lcd_main_menu()
if (!printer_recovering()
&& !printer_active()
&& !get_temp_error()
&& !printer_active()
#ifdef FANCHECK
&& fan_check_error != EFCE_REPORTED
#endif //FANCHECK