remove debug log comment

This commit is contained in:
k00b 2024-09-25 18:04:03 -05:00
parent 3f49c93ecb
commit b3c8d32d5a
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ export function postCommentUseRemoteLineItems ({ parentId } = {}) {
useEffect(() => { useEffect(() => {
const repetition = data?.itemRepetition const repetition = data?.itemRepetition
if (!repetition) return setLine({}) if (!repetition) return setLine({})
console.log('repetition', repetition)
setLine({ setLine({
itemRepetition: { itemRepetition: {
term: <>x 10<sup>{repetition}</sup></>, term: <>x 10<sup>{repetition}</sup></>,