installer: Remove debug popup.
authorMathieu Othacehe <m.othacehe@gmail.com>
Sun, 6 Jan 2019 10:11:51 +0000 (11:11 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 17 Jan 2019 13:04:27 +0000 (14:04 +0100)
* gnu/installer/newt/partition.scm (run-partioning-page): Remove debug
partition popup.

gnu/installer/newt/partition.scm

index 84d77c1..d10e8cd 100644 (file)
@@ -746,8 +746,6 @@ by pressing the Exit button.~%~%")))
          (form (draw-formating-page)))
     ;; Make sure the disks are not in use before proceeding to formating.
     (free-parted non-install-devices)
-    (run-error-page (format #f "~a" user-partitions-with-pass)
-                    "user-partitions")
     (format-user-partitions user-partitions-with-pass)
     (destroy-form-and-pop form)
     user-partitions))