matter-labs / zksync-sso

ZKsync SSO SDK
GNU General Public License v3.0
4 stars 1 forks source link

Remove Logger usage #159

Open cpb8010 opened 2 weeks ago

cpb8010 commented 2 weeks ago

The logging to trace the execution validation isn't needed anymore so we should remove it to prevent deploying real accounts that have that extra debug check.

We can keep the logger class for debugging, to make it safe to deploy to Sepolia locally, but it shouldn't ever make it to production.