modules cache: reduce verbosity

This commit is contained in:
Alexander Medvednikov 2019-10-12 22:14:16 +03:00
parent ae6a426689
commit 9850193348
3 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@ fn (v &V) generate_vh() {
file.writeln('\n// Methods //////////////////')
for _, typ in v.table.typesmap {
if typ.mod != v.mod && !(v.mod == 'builtin' && typ.mod == '') {
println('skipping method typ $typ.name mod=$typ.mod')
//println('skipping method typ $typ.name mod=$typ.mod')
continue
}
for method in typ.methods {