1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove unnecessary println

comment out unnecessary println for interface.
This commit is contained in:
bitsnaps 2019-06-30 10:29:46 +01:00 committed by Alexander Medvednikov
parent d0c47f3f2a
commit 067f131b53

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