Skip to content

Commit 7c22cdd

Browse files
committed
Removed debug log statements in zsh completion
1 parent 0ceec7e commit 7c22cdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sp0.Core/src/CompletionProvider/ZSHCompletionProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ private string GenerateCommandFunction(string? name, CommandLineApplication cmd)
4343
4444
case $state in
4545
(args)
46-
echo ""$line"" >> test.log
47-
echo ""_{name}_{cmd.Name}_$line[1]"" >> test.log
4846
if type ""_{name}_{cmd.Name}_$line[1]"" 2>/dev/null | grep -q 'function'
4947
then
5048
_{name}_{cmd.Name}_$line[1]

0 commit comments

Comments
 (0)