diff --git a/src/components/MasonryGallery.js b/src/components/MasonryGallery.js index da47bc0..38c0294 100644 --- a/src/components/MasonryGallery.js +++ b/src/components/MasonryGallery.js @@ -101,7 +101,6 @@ const MasonryGallery = ({ const widthNumber = ((ar / rowAspectRatioSum) * 100).toFixed(7); const width = `${widthNumber}%`; - console.log(image.fields.imageMeta.dominantHue); return ( { R.map((edge) => edge.node), debug ? R.sortBy(R.path(["fields", "imageMeta", "dominantHue", 0])) - : R.identity + : R.sortBy(R.path(["fields", "imageMeta", "vibrantHue"])) )(data.allFile.edges), [data, debug] );