mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
modules cache: reduce verbosity
This commit is contained in:
parent
ae6a426689
commit
9850193348
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue