Skip to content

Commit

Permalink
rm comment #24
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Oct 11, 2023
1 parent 0587463 commit ead87dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/nil/blueprint/transpiler/evm_verifier_gen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ namespace nil {
if (gate->second + inlined_gate_codes_size < _gates_contract_size_threshold) {
inlined_gate_codes.insert(gate->first);
inlined_gate_codes_size += gate->second;
std::cout << "gate " << gate->first << " is inlined, cost: " << gate->second << std::endl;
}
}

Expand Down Expand Up @@ -474,7 +473,6 @@ namespace nil {
if (lookup->second + inlined_lookup_codes_size < _lookups_contract_size_threshold) {
inlined_lookup_codes.insert(lookup->first);
inlined_lookup_codes_size += lookup->second;
std::cout << "lookup " << lookup->first << " is inlined, cost: " << lookup->second << std::endl;
}
}

Expand Down

0 comments on commit ead87dd

Please sign in to comment.