Skip to content

Commit

Permalink
chore: delete console log (#4630)
Browse files Browse the repository at this point in the history
Signed-off-by: NaYeong,Kim <[email protected]>
  • Loading branch information
skdud4659 authored Sep 2, 2024
1 parent e5f4009 commit 3d2b124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/store/reference/role-reference-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const useRoleReferenceStore = defineStore('reference-role', () => {
data: role,
};
});
console.log(roleReferenceMap);
state.items = roleReferenceMap;
lastLoadedTime = currentTime;
};
Expand Down

0 comments on commit 3d2b124

Please sign in to comment.