mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Remove debug message
This commit is contained in:
parent
ac8dadb7f7
commit
77e95a69ae
@ -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+//;
|
||||
|
Loading…
Reference in New Issue
Block a user