Merge pull request #3493 from omnivore-app/fix/qp-remove-old-warning
Remove old warning thats no longer needed
This commit is contained in:
@ -75,11 +75,6 @@ const syncReadPosition = async (cacheKey: string) => {
|
||||
{ cacheKey }
|
||||
)
|
||||
}
|
||||
} else {
|
||||
logger.warning(
|
||||
'potential error, reading position cache key found with no data',
|
||||
{ cacheKey }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user