From 18e58a599470c3704219a02d6fb7d43df1648edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 27 May 2020 10:47:22 +0200 Subject: [PATCH] Delete debug print. --- tests/disk_custom_blivet_resize.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/disk_custom_blivet_resize.pm b/tests/disk_custom_blivet_resize.pm index bf398a82..e2932756 100644 --- a/tests/disk_custom_blivet_resize.pm +++ b/tests/disk_custom_blivet_resize.pm @@ -11,7 +11,6 @@ sub activate { # times to make sure the proper partition gets activated. my $partition = shift; my $count = 12; - print("PARTITION VARIABLE: $partition"); while (check_screen "anaconda_blivet_part_inactive_$partition" and $count > 0) { assert_and_click "anaconda_blivet_part_inactive_$partition"; sleep 5;