From 33f6bd56998027dbaf00cab400d30cb5ada70c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 14 May 2020 09:08:17 -0400 Subject: [PATCH] [bootloader] Remove unused variable root_mount_point - root_mount_point was used initially for logging c1a139995 (adding new bootloader job options are to use grub for BIOS, gummiboot for efi set extra mountpoint when efi is found) - the trace was removed since 533031b3c ([bootloader] print() does not log) --- src/modules/bootloader/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 674484527..87288b583 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -57,7 +57,6 @@ def get_uuid(): :return: """ - root_mount_point = libcalamares.globalstorage.value("rootMountPoint") partitions = libcalamares.globalstorage.value("partitions") for partition in partitions: