diff --git a/esp3d/src/core/espcmd/ESP730.cpp b/esp3d/src/core/espcmd/ESP730.cpp index 8c95b363..490ca606 100644 --- a/esp3d/src/core/espcmd/ESP730.cpp +++ b/esp3d/src/core/espcmd/ESP730.cpp @@ -78,10 +78,9 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type, output->printMSG ("no"); } return response; - } else { - output->printERROR ("Incorrect command!"); - response = false; } + output->printERROR ("Incorrect command!"); + response = false; } #endif //FILESYSTEM_FEATURE