Skip to content

Conversation

@MaxGhenis
Copy link
Contributor

Summary

  • Remove all debug console.log statements from the household calculation API
  • Keeps the core functionality: API calls, timeout handling, and error propagation

This removes 24 lines of debug logging that cluttered the console during normal operation.

Test plan

  • ESLint passes on changed files
  • CI passes

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Nov 26, 2025

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

Project Deployment Preview Comments Updated (UTC)
policyengine-app-v2 Ready Ready Preview Comment Nov 26, 2025 1:53am

Copy link
Collaborator

@anth-volk anth-volk left a comment

Choose a reason for hiding this comment

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

Thanks for this @MaxGhenis. Like before, I'd prefer if we could keep the console.error statements.

);

if (!response.ok) {
console.error(
Copy link
Collaborator

Choose a reason for hiding this comment

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

issue, blocking: I'd recommend keeping the console.error statements

@MaxGhenis
Copy link
Contributor Author

Please add /* eslint-disable no-console */ statements to avoid warnings where you want to keep them

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.

3 participants