diff options
author | Josh Skidmore <josh@josh.sc> | 2020-12-14 20:18:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 20:18:23 +0300 |
commit | c14fe96b7c427d62db9f13b328044ca5e1d42c89 (patch) | |
tree | 6c265adf14060066aa6f97baa5b4903c721d60a8 | |
parent | 439ce3ed4ee21e2f4dd9c5972ede8223c0780010 (diff) |
remove accidental logging (#1161)
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 800168d0..883204e3 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2037,7 +2037,6 @@ prompt_dir() { (( expand )) && _p9k_prompt_length "${(e):-"\${\${_p9k__d::=0}+}$content"}" || _p9k__ret= _p9k_cache_ephemeral_set "$state" "$icon" "$expand" "$content" $_p9k__ret - typeset -p state >>/tmp/log fi if (( _p9k__cache_val[3] )); then |