Removed error logging from the logs processing interval.

This commit is contained in:
Benjamin Arntzen
2024-06-27 06:49:06 +01:00
committed by Benjamin Arntzen (aider)
parent 4f0a0645e7
commit 3e284dfe01
+1 -3
View File
@@ -117,9 +117,7 @@ setInterval(async () => {
} else {
console.error('Logs is not an array:', logs);
}
} catch (error) {
console.error('Error processing logs:', error);
}
}
}, 3000);
server.listen(3000, () => {