diff --git a/compiler/parser.v b/compiler/parser.v index b71b84b589..9e6f678161 100644 --- a/compiler/parser.v +++ b/compiler/parser.v @@ -1042,9 +1042,6 @@ fn (p mut Parser) get_type() string { typ += '__$p.lit' } mut t := p.table.find_type(typ) - if typ == 'V' { - //println('QQ V res=$t.name') - } // "typ" not found? try "mod__typ" if t.name == '' && !p.builtin_mod { // && !p.first_pass() {