Skip to content

Commit

Permalink
legiond: delete dup print
Browse files Browse the repository at this point in the history
  • Loading branch information
st0nie committed Dec 29, 2024
1 parent 51cfad0 commit 413a239
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extra/service/legiond/legiond.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,8 @@ int main()
event = (struct inotify_event *)p;
if (event->mask & IN_MODIFY) {
pretty("power-state/power-profile change");
pretty("config reload start");
// as we used to use A3 in acpid cfg
set_timer(&its, 3, 0, timerid);
pretty("config reload end");
}
p += sizeof(struct inotify_event) + event->len;
}
Expand Down

0 comments on commit 413a239

Please sign in to comment.