Skip to content

Commit

Permalink
remove: console.logs
Browse files Browse the repository at this point in the history
Signed-off-by: Hristiyan <[email protected]>
  • Loading branch information
icoxxx committed Jan 13, 2025
1 parent 6194457 commit 09385ad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ const isApproving = ref(false);
/* Handlers */
async function handleFetchGroup(id: string | number) {
console.log('id: ', id);
console.log(typeof id);
if (isLoggedInOrganization(user.selectedOrganization) && !isNaN(Number(id))) {
try {
group.value = await getApiGroupById(user.selectedOrganization.serverUrl, Number(id));
Expand Down

0 comments on commit 09385ad

Please sign in to comment.