From 380a8d5dd6eb91cf45925fa6650c27e25c4a9f1d Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 14 Sep 2023 12:56:26 +0200 Subject: [PATCH] Revert "Add print." This reverts commit e977a70cb032ebef14deb3e2620588ba1a5dd32f. By mistake, I pushed into the main branch. --- lib/utils.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 81449a66..aaaee796 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -809,7 +809,6 @@ sub gnome_initial_setup { wait_screen_change { assert_and_click "next_button"; }; } else { - diag("CHECK: $next"); wait_screen_change { assert_and_click "next_button"; }; } }