Skip to content

Commit

Permalink
complete: remove debug writing
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 10, 2024
1 parent 2396b0b commit 306e29b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cmd/complete.v
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ fn auto_complete(args []string) {
println(setup_for_shell(shell))
}
'bash' {
$if debug {
os.write_lines('/tmp/vab_complete.auto_complete.subs.txt', [
sub + ';' + sub_args.join(';'),
]) or {}
}
if sub_args.len <= 1 {
exit(0)
}
Expand Down Expand Up @@ -371,11 +366,6 @@ fn auto_complete_request(args []string) []string {
}
}
}
$if debug {
os.write_lines('/tmp/vab_complete.auto_complete_request.lines.txt', [
list.join(';'),
]) or {}
}
if do_home_expand {
return list.map(it.replace_once(os.home_dir().trim_right(os.path_separator), '~'))
}
Expand Down

0 comments on commit 306e29b

Please sign in to comment.