Remove unnecessary debug line

This commit is contained in:
John Mertz 2020-10-10 04:44:51 -04:00
parent a663dfb863
commit b99662e7c1
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;