From e2aabb1418b70c4975e13274223e4fd5ff6aa5a3 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 29 Aug 2024 13:52:58 +0200 Subject: [PATCH] don't show warning when uploading using script --- src/system.cpp | 1 - 1 file changed, 1 deletion(-) 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; }