mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old warning thats no longer needed
This commit is contained in:
parent
9102fc9ae4
commit
7937c73de1
1 changed files with 0 additions and 5 deletions
|
|
@ -75,11 +75,6 @@ const syncReadPosition = async (cacheKey: string) => {
|
|||
{ cacheKey }
|
||||
)
|
||||
}
|
||||
} else {
|
||||
logger.warning(
|
||||
'potential error, reading position cache key found with no data',
|
||||
{ cacheKey }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue