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

repeat: cleanup spurious eprintln

This commit is contained in:
Delyan Angelov 2020-10-18 17:31:37 +03:00
parent 8a68714095
commit cc477c50ed

View File

@ -242,7 +242,6 @@ fn (mut context Context) show_diff_summary() {
$if debugcontext ? {
println('context: $context')
}
eprintln('base: $base | context.fail_on_maxtime: $context.fail_on_maxtime')
if int(base) > context.fail_on_maxtime {
print(performance_regression_label)
println('average time: ${base:6.1f} ms > $context.fail_on_maxtime ms threshold.')