Remove echo line

This commit is contained in:
Evan Fiordeliso 2023-11-13 00:44:43 -05:00
parent 1692790506
commit c50491da9f
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ end
function __fish_{{ $varName }}_using_command
set -l cmd (commandline -opc)
echo $cmd
set -l cnt (count $argv)
if test (count $cmd) -gt $cnt
for i in (seq 1 $cnt);