Remove unnecessary debug line
This commit is contained in:
parent
a663dfb863
commit
b99662e7c1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue