remove console log
This commit is contained in:
parent
41968edaa1
commit
98699ff388
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue