Browse Source

fix(stats): remove roundup for serverfiles that is not required

Daniel Gibbs 6 years ago
parent
commit
b7fb6a5a9c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lgsm/functions/info_stats.sh

+ 0 - 3
lgsm/functions/info_stats.sh

@@ -23,9 +23,6 @@ uuid=$(cat "${datadir}/uuid.txt")
 cpuusedmhzroundup=$(((cpuusedmhz + 99) / 100 * 100))
 cpuusedmhzroundup=$(((cpuusedmhz + 99) / 100 * 100))
 # nearest 100MB
 # nearest 100MB
 memusedroundup=$(((memused + 99) / 100 * 100))
 memusedroundup=$(((memused + 99) / 100 * 100))
-# nearest 100MB
-serverfilesduroundup=$(((serverfilesdu + 99) / 100 * 100))
-# https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters
 
 
 # Level 1 Stats
 # Level 1 Stats
 ## Distro
 ## Distro