Skip to content
Prev Previous commit
Next Next commit
Remove unused import and console
  • Loading branch information
BrunoQuaresma committed Sep 5, 2024
commit 3c24b45b0400f63c524a94ee5243a8bcfe493695
1 change: 0 additions & 1 deletion site/src/api/queries/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const createFirstUser = () => {
};

export const suspendUser = (queryClient: QueryClient) => {
console.log(API.suspendUser);
return {
mutationFn: API.suspendUser,
onSuccess: async () => {
Expand Down
1 change: 0 additions & 1 deletion site/src/pages/UsersPage/UsersPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { MockUsers } from "pages/UsersPage/storybookData/users";
import { deploymentConfigQueryKey } from "api/queries/deployment";
import { spyOn, userEvent, within } from "@storybook/test";
import { API } from "api/api";
import { SlimRole } from "api/typesGenerated";

const parameters = {
queries: [
Expand Down