Remove console log
This commit is contained in:
@@ -5,7 +5,6 @@ import ColorHash from "color-hash";
|
|||||||
const colorHash = new ColorHash({ lightness: 0.3 });
|
const colorHash = new ColorHash({ lightness: 0.3 });
|
||||||
|
|
||||||
export function Facepile({ participants }) {
|
export function Facepile({ participants }) {
|
||||||
console.log(participants);
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={styles.facepile}
|
className={styles.facepile}
|
||||||
|
|||||||
Reference in New Issue
Block a user