Skip to content

Commit

Permalink
fix: image Query console 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Dec 20, 2023
1 parent 3d1a701 commit 1839c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helper/getImageByIdQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const getImageByIdQuery = (
client: ApolloClient<unknown>,
image_id?: number | null,
) => {
console.log(image_id, 'image_id');
if (!image_id) return;

return client.query<GetImageByIdQuery, GetImageByIdQueryVariables>({
Expand Down

0 comments on commit 1839c97

Please sign in to comment.