installer: Remove debug popup.

* gnu/installer/newt/partition.scm (run-partioning-page): Remove debug
partition popup.
master
Mathieu Othacehe 2019-01-06 11:11:51 +01:00 committed by Ludovic Courtès
parent a8c4b68288
commit 513914b59f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 2 deletions

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))