diff --git a/scripts/utils.sh b/scripts/utils.sh
index 818395f9bd61306c555a5d29a274981351af6e42..8d521241d82f9eb613f97a47b77998cad24ea4a2 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -515,9 +515,6 @@ function log_disk_usage() {
   section_start "log_disk_usage" "Disk usage detail" "true"
   echo -e "df -h"
   df -h
-
-  echo -e "du -h -d 1"
-  du -h -d 1
   section_end "log_disk_usage"
 
   if [[ "$exit_on_low_space" = "true" ]]; then