Remove console log
This commit is contained in:
parent
6f2870340a
commit
67a3e76802
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue