Ooops, removed debugging leftover
This commit is contained in:
parent
b9e5e65654
commit
799438be80
1 changed files with 0 additions and 1 deletions
|
@ -670,7 +670,6 @@ sub gen_empty_line
|
||||||
my $nl;
|
my $nl;
|
||||||
my $out = "";
|
my $out = "";
|
||||||
if ($lel > 1) {
|
if ($lel > 1) {
|
||||||
sleep 1;
|
|
||||||
my ($line, $col) = get_cursor_pos;
|
my ($line, $col) = get_cursor_pos;
|
||||||
$nl = ( $lel == 2 && $line != 1 ) || ( $lel == 3 && $col != 1 );
|
$nl = ( $lel == 2 && $line != 1 ) || ( $lel == 3 && $col != 1 );
|
||||||
if ( $lel == 3 && $col != 1 ) {
|
if ( $lel == 3 && $col != 1 ) {
|
||||||
|
|
Loading…
Reference in a new issue