diff --git a/js/regl/stripePass.js b/js/regl/stripePass.js index 3eff147..0463a71 100644 --- a/js/regl/stripePass.js +++ b/js/regl/stripePass.js @@ -34,7 +34,6 @@ export default ({ regl, config }, inputs) => { // Expand and convert stripe colors into 1D texture data const stripeColors = "stripeColors" in config ? config.stripeColors : config.effect === "pride" ? prideStripeColors : transPrideStripeColors; - console.log(stripeColors); const stripeTex = make1DTexture( regl, stripeColors.map((color) => [...colorToRGB(color), 1])