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
feat: remove console log in saveModelNickname function
This commit removes the console.log statement in the `saveModelNickname` function within `src/db/nickname.ts`. This logging statement was likely used for debugging purposes and is no longer needed in the production code. Removing it cleans up the codebase and avoids unnecessary logging.
0 commit comments