From 72207bcdb73af1f95b73bb222b41dc826b04d78a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Feb 2022 23:02:14 +0000 Subject: removed extra debug info from xi repo on stats --- src/stats.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.1