Remove unnecessary debug line
This commit is contained in:
parent
93a185960f
commit
ea6b7df307
|
@ -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