mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
Remove debug log message
This commit is contained in:
parent
2d442b0f3e
commit
77359ff7a4
@ -26,7 +26,6 @@ if(not defined $sock) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $json = join ' ', @ARGV;
|
my $json = join ' ', @ARGV;
|
||||||
print STDERR "join = $json?\n";
|
|
||||||
my $h = decode_json $json;
|
my $h = decode_json $json;
|
||||||
my $lang = $h->{lang} // "c11";
|
my $lang = $h->{lang} // "c11";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user