guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: installer: Remove debug popup.


From: guix-commits
Subject: 03/05: installer: Remove debug popup.
Date: Sat, 12 Jan 2019 14:10:22 -0500 (EST)

mothacehe pushed a commit to branch wip-newt-installer
in repository guix.

commit d1b52bdb6fb270bc5dbad54c165e781888114276
Author: Mathieu Othacehe <address@hidden>
Date:   Sun Jan 6 11:11:51 2019 +0100

    installer: Remove debug popup.
    
    * gnu/installer/newt/partition.scm (run-partioning-page): Remove debug
    partition popup.
---
 gnu/installer/newt/partition.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index 84d77c1..d10e8cd 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]