Remove unnessecary file removal dialog

This commit is contained in:
icenine451 2024-06-27 08:52:14 -04:00
parent 80a315ebf5
commit 8deda02343

View file

@ -46,7 +46,6 @@ compress_game() {
fi
else
log i "Compressed file ${file%.*}.$compatible_compression_format not found, skipping original file deletion"
configurator_generic_dialog "RetroDECK Configurator - RetroDECK: Compression Tool" "A compressed version of the file was not found, skipping deletion."
fi
fi
}