Skip to content

Commit

Permalink
Remove debugging from fish completion
Browse files Browse the repository at this point in the history
  • Loading branch information
gasinvein committed Mar 31, 2020
1 parent 620aae7 commit 4b0a87e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions completion/flatpak.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ function __fish_complete_flatpak
set current_cmd (commandline -p)
set current_position (commandline -C)
set current_token (commandline -ct)
echo "CMD \"$current_cmd\" POS \"$current_position\" TOK \"$current_token\"" >> /tmp/fish-flatpak-debug.txt
command flatpak complete "$current_cmd" "$current_position" "$current_token" | while read fp_sugg
echo "SUG \"$fp_sugg\"" >> /tmp/fish-flatpak-debug.txt
set sugg (string trim -- "$fp_sugg")
switch "$sugg"
case __FLATPAK_FILE
Expand Down

0 comments on commit 4b0a87e

Please sign in to comment.