mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
Remove debug message
This commit is contained in:
parent
ac8dadb7f7
commit
77e95a69ae
@ -9,8 +9,6 @@ use parent '_default';
|
|||||||
sub postprocess {
|
sub postprocess {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
print "c11 postprocessing\n";
|
|
||||||
|
|
||||||
# no errors compiling, but if output contains something, it must be diagnostic messages
|
# no errors compiling, but if output contains something, it must be diagnostic messages
|
||||||
if(length $self->{output}) {
|
if(length $self->{output}) {
|
||||||
$self->{output} =~ s/^\s+//;
|
$self->{output} =~ s/^\s+//;
|
||||||
|
Loading…
Reference in New Issue
Block a user