cgen: make use_cache less noisy

pull/7444/head
Alexander Medvednikov 2020-12-21 11:01:14 +01:00
parent c639dd03d0
commit 8eac658ed1
1 changed files with 1 additions and 1 deletions

View File

@ -965,7 +965,7 @@ fn (mut g Gen) stmt(node ast.Stmt) {
if g.is_builtin_mod && g.module_built == 'builtin' && node.mod == 'builtin' {
skip = false
}
if !skip {
if !skip && g.pref.is_verbose {
println('build module `$g.module_built` fn `$node.name`')
}
}