Removed debugging statement

This commit is contained in:
David Carley
2021-03-07 21:22:23 -08:00
parent 55c0ec844e
commit ae9e13ecad

View File

@@ -25,8 +25,6 @@ get_fs_resize_variables () {
should_resize_root_partition() { should_resize_root_partition() {
get_fs_resize_variables get_fs_resize_variables
( set -o posix ; set )
if [ "$BOOT_DEV_NAME" != "$ROOT_DEV_NAME" ]; then if [ "$BOOT_DEV_NAME" != "$ROOT_DEV_NAME" ]; then
FAIL_REASON="Boot and root partitions are on different devices" FAIL_REASON="Boot and root partitions are on different devices"
return 1 return 1