remove comment

This commit is contained in:
proddy
2024-09-11 15:28:05 +02:00
parent 694f1f01d9
commit 426555bac6

View File

@@ -143,7 +143,6 @@ const DownloadUpload = () => {
if (!latestVersion || !latestDevVersion) {
return '';
}
console.log('getBinURL', useDevVersion, latestDevVersion, latestVersion);
const filename =
'EMS-ESP-' +
(useDevVersion ? latestDevVersion : latestVersion).replaceAll('.', '_') +