Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 26, 2024
1 parent 01ffaab commit fe6883b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/models/groupsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const groupsModel = kea<groupsModelType>([
null as Array<GroupType> | null,
{
loadAllGroupTypes: async () => {
console.log('loadAllGroupTypes called!')
return await api.get(`api/projects/${values.currentTeamId}/groups_types`)
},
updateGroupTypesMetadata: async (payload: Array<GroupType>) => {
Expand Down

0 comments on commit fe6883b

Please sign in to comment.