Skip to content

Commit

Permalink
ci: cleanup eprintlns in vbuild-tools.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Mar 19, 2021
1 parent 9587f9f commit 644fdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/vbuild-tools.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ fn main() {
for stool in tools_in_subfolders {
session.add(os.join_path(tfolder, stool))
}
eprintln('> session.files: $session.files')
eprintln('> session.skip_files: $session.skip_files')
// eprintln('> session.files: $session.files')
// eprintln('> session.skip_files: $session.skip_files')
session.test()
eprintln(session.benchmark.total_message(finish_label))
if session.failed {
Expand Down

0 comments on commit 644fdd0

Please sign in to comment.