Skip to content

Commit

Permalink
remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 15, 2024
1 parent 808af0d commit 1cd2020
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ watch(
{per: perPage.value, page: page.value},
)
).then(({data, headers}) => {
console.log({panel: "specimens", headers, data})
// console.log({panel: "specimens", headers, data})
inventoryDWC.value = data
total.value = Number(headers['pagination-total'])
}).catch(
Expand All @@ -134,7 +134,7 @@ watch(
useOtuPageRequest('panel:gallery', () =>
TaxonWorks.getDescendantsImageGallery(props.otuId)
).then(({data, headers}) => {
console.log({panel: "gallery", headers, data})
// console.log({panel: "gallery", headers, data})
inventoryGallery.value = data
}).catch(
e => console.error(`Error loading gallery: ${e}`)
Expand Down

0 comments on commit 1cd2020

Please sign in to comment.