aboutsummaryrefslogtreecommitdiff
path: root/dwmbar
diff options
context:
space:
mode:
Diffstat (limited to 'dwmbar')
-rwxr-xr-xdwmbar1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index 67e97f7..44e0ca8 100755
--- a/dwmbar
+++ b/dwmbar
@@ -95,7 +95,6 @@ check_files
while :; do
date=$(date +'%S')
if [ $(( 10#$date % 5 )) -eq 0 ]; then
- echo "check"
wget --spider -q www.google.com
if [[ $? -eq 0 ]]; then