v1.199.7
Fix
Remove NODE_ENV gate from "already owned" check + clean up debug
- The "Already in your Harvous" check was gated behind
- NODE_ENV === 'production', but Netlify Functions runtime doesn't
- set NODE_ENV — so the check never ran, allowing unlimited duplicates.
- Removed the NODE_ENV guard so the ownership check always runs.
- Also removed temporary debug console.error logging.
