we don't need $self here

This commit is contained in:
Adam Williamson 2016-02-23 18:01:16 -08:00
parent c92ea1b9bd
commit 0d2f0cb58d

View File

@ -15,7 +15,6 @@ sub get_kernel_line {
}
sub run {
my $self = shift;
# Wait for bootloader to appear
if( get_var("UEFI")){
assert_screen "bootloader_uefi", 30;