From 0c92a36a5393114a2bafd3af654954bdb1ae9bd9 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sun, 7 Feb 2021 15:29:30 +0200 Subject: [PATCH] Remove unnecessary comment --- src/modules/mount/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/mount/main.py b/src/modules/mount/main.py index 27df309a3..69c994efc 100644 --- a/src/modules/mount/main.py +++ b/src/modules/mount/main.py @@ -32,9 +32,6 @@ def pretty_name(): def mount_partition(root_mount_point, partition, partitions): """ Do a single mount of @p partition inside @p root_mount_point. - - The @p partitions are used to handle btrfs special-cases: - then subvolumes are created for root and home. """ # Create mount point with `+` rather than `os.path.join()` because # `partition["mountPoint"]` starts with a '/'.