From 06a57f7e73e78bdfebd7e0de473bf91ef7331f6e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 28 Mar 2017 23:23:03 +0200 Subject: [PATCH] Remove test line I dont see a reason for this. I suppose it was used for testing. --- cava.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cava.c b/cava.c index 48482d6..5757ffa 100644 --- a/cava.c +++ b/cava.c @@ -695,7 +695,6 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co if (inAtty) { system("setfont cava.psf >/dev/null 2>&1"); - system("echo yep > /tmp/testing123"); system("setterm -blank 0"); } }