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

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 }
)
}
}