Skip to content

Commit

Permalink
fix(zsh-hook): [NFC] Remove stale debug printout of the control code
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed May 8, 2022
1 parent e2d8b67 commit e6bb776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/envprobe/shell/zsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def get_shell_hook(self, envprobe_callback_location):
local CONTROL="";
envprobe-config consume | IFS= read -rd '' CONTROL;
echo "$CONTROL" >&2;
eval "$CONTROL";
return $original_retcode;
Expand Down

0 comments on commit e6bb776

Please sign in to comment.