Remove error handling placeholders

merge-requests/201/head
csharpen 2022-09-14 22:01:52 -05:00
rodzic f5bab3a47b
commit 4608ec96d0
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -7660,10 +7660,6 @@ function exportSettings()
var toWrite = JSON.stringify(localStorage);
fs.writeFileSync(filename, toWrite);
}
else
{
// No file selected, likely cancelled out of the file dialog box
}
checkForSettings(filename);
}
@ -7719,10 +7715,6 @@ function importSettings()
}
}
}
else
{
// No file selected, likely cancelled out of the file dialog box
}
}
function showCallsignBox(redraw)