Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbartnik committed Nov 22, 2023
1 parent 36727c7 commit 1260553
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {useEffect} from "react";
export function BlockpassHandler() {
useEffect(() => {
if ((window as any).BlockpassKYCConnect) {
console.log("firing");
const blockpass = new (window as any).BlockpassKYCConnect("xai_node_007da", {
mainColor: "F30919",
});
Expand Down

0 comments on commit 1260553

Please sign in to comment.