Remove debug log message

This commit is contained in:
Pragmatic Software 2019-07-10 18:45:38 -07:00
parent 2d442b0f3e
commit 77359ff7a4
1 changed files with 0 additions and 1 deletions

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";