v.pref: remove 'setting pref.path to ...' when given -v
parent
da9b3d82d2
commit
d70cd81875
|
@ -301,9 +301,6 @@ pub fn parse_args(args []string) (&Preferences, string) {
|
||||||
res.build_mode = .build_module
|
res.build_mode = .build_module
|
||||||
res.path = args[command_pos + 1]
|
res.path = args[command_pos + 1]
|
||||||
}
|
}
|
||||||
if res.is_verbose {
|
|
||||||
println('setting pref.path to "$res.path"')
|
|
||||||
}
|
|
||||||
res.fill_with_defaults()
|
res.fill_with_defaults()
|
||||||
return res, command
|
return res, command
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue