remove console log

This commit is contained in:
bakedpotatolord 2025-06-10 10:40:39 -06:00
commit 98699ff388

View file

@ -64,7 +64,6 @@ const imageDescripts= {
* @returns {ReactElement} - A carousel of the given images.
*/
export function ImageCarousel({base,images}) {
console.log(base,images);
return (
<Carousel showThumbs={false} >
{imageDescripts[images].map(([image,caption], index) => (