Remove old warning thats no longer needed

This commit is contained in:
Jackson Harper 2024-02-03 09:54:54 +08:00
parent 9102fc9ae4
commit 7937c73de1

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