You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove debug console.log from production code
Removed leftover debug console.log statement in ERC1155 signature
generation endpoint that was leaking signed payload data to logs.
Impact:
- Eliminates potential data leakage in production logs
- Removes performance overhead of console logging
- Improves production log cleanliness
- Better security posture
0 commit comments