Skip to content

Commit 9468cd8

Browse files
committed
cleanup
1 parent 0288214 commit 9468cd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/state/state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const checkSession = async (
2727
}
2828
}
2929

30-
// Always check for compaction on every message check
3130
const lastCompactionTimestamp = findLastCompactionTimestamp(messages)
3231
if (lastCompactionTimestamp > state.lastCompaction) {
3332
state.lastCompaction = lastCompactionTimestamp

0 commit comments

Comments
 (0)