1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

installer: Remove debug popup.

* gnu/installer/newt/partition.scm (run-partioning-page): Remove debug
partition popup.
This commit is contained in:
Mathieu Othacehe
2019-01-06 11:11:51 +01:00
committed by Ludovic Courtès
parent a8c4b68288
commit 513914b59f
-2
View 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))