Remove unnecessary debug line

This commit is contained in:
John Mertz 2020-10-10 04:44:51 -04:00 committed by John Mertz
parent 93a185960f
commit ea6b7df307
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ foreach my $out (keys %$on) {
print $fh $waybar;
close $fh;
`nohup waybar --config=$tmp`;
print $tmp . "\n";
# Remove config
unlink $tmp;