mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
removing printf stops output is unparseable error
This commit is contained in:
parent
ac394a74c9
commit
79c013e2c9
@ -43,7 +43,6 @@ class NodeGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
|
||||
grpc_generator::tokenize(parameter, ",");
|
||||
for (auto parameter_string = parameters_list.begin();
|
||||
parameter_string != parameters_list.end(); parameter_string++) {
|
||||
printf("%s", parameter_string);
|
||||
if (*parameter_string == "generate_package_definition") {
|
||||
generator_parameters.generate_package_definition = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user