Useless check is useless.

This commit is contained in:
Teo Mrnjavac 2017-01-17 18:03:51 +01:00
parent 8d5e4cdb16
commit 7d2bd264b6

View File

@ -282,8 +282,6 @@ def run():
:return:
"""
if libcalamares.globalstorage.value("bootLoader") is None:
return None
fw_type = libcalamares.globalstorage.value("firmwareType")
prepare_bootloader(fw_type)