From dadf496a681fabff508bde69b50af8d9bde3f7e6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jan 2022 12:01:23 +0530 Subject: [PATCH] remove leftover debug print --- shell-integration/zsh/kitty-integration | 1 - 1 file changed, 1 deletion(-) diff --git a/shell-integration/zsh/kitty-integration b/shell-integration/zsh/kitty-integration index 75fd03ffd..6cf978002 100644 --- a/shell-integration/zsh/kitty-integration +++ b/shell-integration/zsh/kitty-integration @@ -69,7 +69,6 @@ _ksi_deferred_init() { builtin local comp_dir=$self_dir/completions # Enable completions for `kitty` command. - _ksi_debug_print "$self_dir" if (( ! opt[(Ie)no-complete] )) && [[ -r $comp_dir/_kitty ]]; then if (( $+functions[compdef] )); then # If compdef is defined, then either compinit has already run or it's