From: Steve Hancock Date: Wed, 9 Sep 2020 00:54:04 +0000 (-0700) Subject: removed debug statement accidentally left in code X-Git-Tag: 20200907.01~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f778e8306058b0ce5244e08e49cf04673395687b;p=perltidy.git removed debug statement accidentally left in code --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 7edfe97c..5ff66dec 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -3991,7 +3991,6 @@ sub weld_cuddled_blocks { my $block_type = $rtoken_vars->[_BLOCK_TYPE_]; if ( !$block_type ) { - print STDERR "not a block...\n" if ($KK==457); # patch for unrecognized block types which may not be labeled my $Kp = $self->K_previous_nonblank($KK);