remove leftover debug print

This commit is contained in:
Kovid Goyal 2022-01-04 12:01:23 +05:30
parent dae8ae33f0
commit dadf496a68
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -69,7 +69,6 @@ _ksi_deferred_init() {
builtin local comp_dir=$self_dir/completions builtin local comp_dir=$self_dir/completions
# Enable completions for `kitty` command. # Enable completions for `kitty` command.
_ksi_debug_print "$self_dir"
if (( ! opt[(Ie)no-complete] )) && [[ -r $comp_dir/_kitty ]]; then if (( ! opt[(Ie)no-complete] )) && [[ -r $comp_dir/_kitty ]]; then
if (( $+functions[compdef] )); then if (( $+functions[compdef] )); then
# If compdef is defined, then either compinit has already run or it's # If compdef is defined, then either compinit has already run or it's