From 90c2748a39dad40ccf6878e2c56ab75f08cbd4c2 Mon Sep 17 00:00:00 2001 From: Sabato Luca Guadagno Date: Tue, 6 Jul 2021 13:44:31 +0200 Subject: [PATCH] remove commented code --- scripts/cpu_info.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cpu_info.sh b/scripts/cpu_info.sh index b66ee8c..04d3037 100755 --- a/scripts/cpu_info.sh +++ b/scripts/cpu_info.sh @@ -34,7 +34,6 @@ main() cpu_label=$(get_tmux_option "@dracula-cpu-usage-label" "CPU") cpu_percent=$(get_percent) echo "$cpu_label $cpu_percent" - # echo "$current_dir" sleep $RATE }