diff --git a/jam-ui/src/components/auth/JKRegistrationForm.js b/jam-ui/src/components/auth/JKRegistrationForm.js index df8aedce3..5097f77af 100644 --- a/jam-ui/src/components/auth/JKRegistrationForm.js +++ b/jam-ui/src/components/auth/JKRegistrationForm.js @@ -58,7 +58,6 @@ const JKRegistrationForm = ({ hasLabel, jamTrack, jamTrackArtistName }) => { useEffect(() => { const addJamTrackToCart = async () => { try{ - console.log('_DEBUG_ going to jamTrack to cart', jamTrack); await addToCart(jamTrack); }catch(error){ console.error(error); @@ -128,7 +127,17 @@ const JKRegistrationForm = ({ hasLabel, jamTrack, jamTrackArtistName }) => {
+ debug:
+
+ REACT_APP_RECAPTCHA_ENABLED: {process.env.REACT_APP_RECAPTCHA_ENABLED }
+
+ capchaToken: {capchaToken}
+