Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Nov 24, 2023
1 parent f34bdcc commit d0f59dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/faucet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Faucet() {
const [isLoading, setIsLoading] = useState(false);
const [data, setData] = useState<FaucetTransactionResponse>();
const [errorMsg, setErrorMsg] = useState<string>();
console.log({ data });

function onCaptchaChange() {
if (recaptcha.current !== null) {
setIsCaptchaSuccess(true);
Expand Down

0 comments on commit d0f59dc

Please sign in to comment.