diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 23:02:14 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 23:02:14 +0000 |
commit | 72207bcdb73af1f95b73bb222b41dc826b04d78a (patch) | |
tree | 9b569a2e317a255fa0cb18241593dbe9fe7e601a /src | |
parent | c27df8fa817d2578332ee49ccc79df133fd77f20 (diff) |
removed extra debug info from xi repo on stats
Diffstat (limited to 'src')
-rw-r--r-- | src/stats.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stats.sh b/src/stats.sh index b7e927a..61eb3ef 100644 --- a/src/stats.sh +++ b/src/stats.sh @@ -16,10 +16,6 @@ show_xipkg_stats () { installed=$((installed+1)) done - if [ "$repo" = "xi" ]; then - installed=35 - fi - printf "${LIGHT_WHITE}%-7s${GREEN}%*s${LIGHT_WHITE}/%s\n" $repo 10 $installed $total done |