Skip to content

Commit 862c583

Browse files
committed
chore: remove console
1 parent 29a2840 commit 862c583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/FollowButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const FollowButton: React.FC<PostFollowButtonProps> = ({
8383
__typename: 'User',
8484
},
8585
});
86-
console.log('hello', variables);
86+
8787
follow({ variables });
8888
setButtonText('팔로잉');
8989
}

0 commit comments

Comments
 (0)