diff --git a/src/system.cpp b/src/system.cpp index 55b45ee4d..b0d95ded4 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -1851,7 +1851,6 @@ bool System::uploadFirmwareURL(const char * url) { // make sure we have a valid URL if (saved_url.isEmpty()) { - LOG_ERROR("Firmware upload failed - no URL"); return false; }