Skip to content

Commit d5ed4cb

Browse files
committed
chore: cleanup
1 parent 77ca243 commit d5ed4cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/dashboard/src/lib/user-state.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export const useUserState = (key: string, defaultValue: any = null) => {
2626
value = value(old);
2727
}
2828

29-
console.log("value", value);
30-
3129
if (value === null || value === undefined) {
3230
localStorage.removeItem(`${PREFIX}${key}`);
3331
} else {

0 commit comments

Comments
 (0)