diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-28 19:25:06 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-28 19:25:06 +0300 |
commit | dc7cfc78a429a25b5b87bbfd456ca1a6be4f8ee3 (patch) | |
tree | c3316113b54cde6642cfcbca291277a8a183497b /internal/p10k.zsh | |
parent | 8cb81ecd907a38fa71f1114521e534411e71397e (diff) |
remove debug logs
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 77f30933..d95b1089 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2007,7 +2007,6 @@ prompt_dotnet_version() { zstat -A mtimes +mtime -- $dirs 2>/dev/null || mtimes=() local key="${(pj.:.)mtimes}" if ! _p9k_cache_ephemeral_get $0 $_p9k_pwd || [[ $key != $_p9k_cache_val[1] ]] ; then - echo big miss local -i i found for i in {1..$#dirs}; do local dir=$dirs[i] mtime=$mtimes[i] @@ -2015,7 +2014,6 @@ prompt_dotnet_version() { if [[ $pair == ${mtime:-x}:* ]]; then (( $pair[-1] )) && found=1 else - echo miss $dir [[ -z $dir/(project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln)(#qN^/) ]] local -i has=$? (( has )) && found=1 |