Remove debug message

This commit is contained in:
Pragmatic Software 2015-01-15 21:21:20 -08:00
parent ac8dadb7f7
commit 77e95a69ae
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ use parent '_default';
sub postprocess {
my $self = shift;
print "c11 postprocessing\n";
# no errors compiling, but if output contains something, it must be diagnostic messages
if(length $self->{output}) {
$self->{output} =~ s/^\s+//;