fix prod build

pull/3915/head
Alexander Medvednikov 2020-03-02 18:28:11 +01:00
parent baaa55f196
commit 07a2233220
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ pub fn (g mut Gen) gen_print_from_expr(expr ast.Expr) {
pub fn (g mut Gen) gen_print(s string) { pub fn (g mut Gen) gen_print(s string) {
// //
qq := s + '\n' // qq := s + '\n'
// //
g.strings << s + '\n' g.strings << s + '\n'
// g.string_addr[s] = str_pos // g.string_addr[s] = str_pos