Ooops, removed debugging leftover

This commit is contained in:
Emmanuel BENOîT 2022-10-29 10:05:25 +02:00
parent b9e5e65654
commit 799438be80

View file

@ -670,7 +670,6 @@ sub gen_empty_line
my $nl;
my $out = "";
if ($lel > 1) {
sleep 1;
my ($line, $col) = get_cursor_pos;
$nl = ( $lel == 2 && $line != 1 ) || ( $lel == 3 && $col != 1 );
if ( $lel == 3 && $col != 1 ) {