removed extraneous wakeTimeThread cal

Former-commit-id: cfb5c5d7dc1e09c51ca416a2dbb19eab4bbaa77a
This commit is contained in:
christianEQ 2021-03-24 20:24:07 +00:00
parent 28895d72fe
commit 22cffc5d54

View File

@ -5740,8 +5740,6 @@ static void sigShutdownHandler(int sig) {
msg = "Received shutdown signal, scheduling shutdown...";
};
wakeTimeThread();
/* SIGINT is often delivered via Ctrl+C in an interactive session.
* If we receive the signal the second time, we interpret this as
* the user really wanting to quit ASAP without waiting to persist