update readme, remove redudnant code

This commit is contained in:
Reid 2023-09-20 21:29:35 -07:00
parent 1d909152f4
commit b3451a641e
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
2 changed files with 3 additions and 7 deletions

View file

@ -41,7 +41,6 @@ pub async fn post_reupload(input: Form<FormReupload>) -> Template {
let disabled = !crate::CONFIG.levels.reupload;
let error: Option<String> = None;
if !disabled {
let remote_level_id = input.level_id;