remove unnecessary println

comment out unnecessary println for interface.
pull/840/head
bitsnaps 2019-06-30 10:29:46 +01:00 committed by Alexander Medvednikov
parent d0c47f3f2a
commit 067f131b53
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ fn (p mut Parser) struct_decl() {
is_method: true
receiver_typ: name
}
println('is interface. field=$field_name run=$p.run')
//println('is interface. field=$field_name run=$p.run')
p.fn_args(mut interface_method)
p.fspace()
interface_method.typ = p.get_type()// method return type