3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Remove debug log message

This commit is contained in:
Pragmatic Software 2019-07-10 18:45:38 -07:00
parent 2d442b0f3e
commit 77359ff7a4

View File

@ -26,7 +26,6 @@ if(not defined $sock) {
}
my $json = join ' ', @ARGV;
print STDERR "join = $json?\n";
my $h = decode_json $json;
my $lang = $h->{lang} // "c11";