Remove debug

This commit is contained in:
Jackson Harper 2023-04-05 15:08:50 +08:00
parent 1c72007bf6
commit d0981a216c

View file

@ -804,7 +804,6 @@ export const saveArticleReadingProgressResolver = authorized<
readingProgressTopPercent: readingProgressTopPercentToSave,
readAt: new Date(),
}
console.log('updatedPart: ', updatedPart)
const updated = await updatePage(id, updatedPart, { pubsub, uid })
if (!updated) {
return { errorCodes: [SaveArticleReadingProgressErrorCode.NotFound] }