logs: remove log of cursors
This commit is contained in:
@@ -77,6 +77,5 @@ jetstream.start();
|
||||
setInterval(() => {
|
||||
if (jetstream.cursor) {
|
||||
saveCursor(jetstream.cursor);
|
||||
console.log(`[jetstream] updated cursor: ${jetstream.cursor}`);
|
||||
}
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user