mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-17 14:55:24 +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) => {
|
const cleanup = async (signal: string) => {
|
||||||
try {
|
try {
|
||||||
if (receivedSignal) {
|
if (receivedSignal) {
|
||||||
logger.debug(`Recieved repeat signal ${signal}, ignoring.`);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
receivedSignal = true;
|
receivedSignal = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue