Skip to content

Removed console logs and fixed small privy login error#32

Open
SanchezOLeary wants to merge 3 commits into
mainfrom
small_tweaks
Open

Removed console logs and fixed small privy login error#32
SanchezOLeary wants to merge 3 commits into
mainfrom
small_tweaks

Conversation

@SanchezOLeary

@SanchezOLeary SanchezOLeary commented Jan 8, 2026

Copy link
Copy Markdown
Contributor

lgtm be might a few more cleanup items.

@vercel

vercel Bot commented Jan 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
app-prod Ready Ready Preview, Comment Jan 8, 2026 7:51pm

setIsProcessing(true)
try {
//Token conversion call goes here
console.log("Token Conversion")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a placeholder for future work? Otherwise, doesn't make sense to leave the try.

placeAutocomplete.className="text-black dark:text-white border rounded-md bg-secondary px-3 py-2"

if (containerRef.current?.querySelector("gmp-place-autocomplete")) {
console.log("Element is already inside container");

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange to leave the positive case here; should just have the single negative case.

setIsConvertingToPaypal(true)
try {
// PayPal offload called here
console.log("PayPal offload")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above - is this a place holder for future work? If so prefix with comment with TODO 😄


const toastFunction = React.useCallback(({ title, description, variant = "default" }: ToastProps) => {
// Mock toast implementation
console.log(`Toast: ${title} - ${description} (${variant})`)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prob makes sense to leave the log here if this is intended to be default / mock impl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants