mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
remove accidental logging (#1161)
This commit is contained in:
parent
439ce3ed4e
commit
c14fe96b7c
1 changed files with 0 additions and 1 deletions
|
@ -2037,7 +2037,6 @@ prompt_dir() {
|
||||||
|
|
||||||
(( expand )) && _p9k_prompt_length "${(e):-"\${\${_p9k__d::=0}+}$content"}" || _p9k__ret=
|
(( expand )) && _p9k_prompt_length "${(e):-"\${\${_p9k__d::=0}+}$content"}" || _p9k__ret=
|
||||||
_p9k_cache_ephemeral_set "$state" "$icon" "$expand" "$content" $_p9k__ret
|
_p9k_cache_ephemeral_set "$state" "$icon" "$expand" "$content" $_p9k__ret
|
||||||
typeset -p state >>/tmp/log
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( _p9k__cache_val[3] )); then
|
if (( _p9k__cache_val[3] )); then
|
||||||
|
|
Loading…
Reference in a new issue