Remove unnecessary debug line

This commit is contained in:
John Mertz 2020-10-10 04:44:51 -04:00
rodič a663dfb863
revize b99662e7c1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání

Zobrazit soubor

@ -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;