summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgasinvein <gasinvein@gmail.com>2020-03-31 18:24:26 +0300
committergasinvein <gasinvein@gmail.com>2020-03-31 18:24:26 +0300
commit4b0a87e16b7037c0de011f4fb3ab8a112d2e02d8 (patch)
treecb4582a12c6ddded04442e968e347278b678b185
parent620aae77dfbbf2e88f8e691c1378f922ba53e11e (diff)
downloadflatpak-4b0a87e16b7037c0de011f4fb3ab8a112d2e02d8.tar.gz
Remove debugging from fish completion
-rw-r--r--completion/flatpak.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/completion/flatpak.fish b/completion/flatpak.fish
index dada5c64..ac12715d 100644
--- a/completion/flatpak.fish
+++ b/completion/flatpak.fish
@@ -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