Merge pull request #3493 from omnivore-app/fix/qp-remove-old-warning

Remove old warning thats no longer needed
This commit is contained in:
Jackson Harper 2024-02-03 10:05:13 +08:00 committed by GitHub
commit 31c9e79fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,11 +75,6 @@ const syncReadPosition = async (cacheKey: string) => {
{ cacheKey }
)
}
} else {
logger.warning(
'potential error, reading position cache key found with no data',
{ cacheKey }
)
}
}