mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
remove spammy log message
This commit is contained in:
parent
8dce2aaac3
commit
46c8d607e3
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ const listenToShutdownSignals = () => {
|
|||
const cleanup = async (signal: string) => {
|
||||
try {
|
||||
if (receivedSignal) {
|
||||
logger.debug(`Recieved repeat signal ${signal}, ignoring.`);
|
||||
return;
|
||||
}
|
||||
receivedSignal = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue