Skip to content

Commit 5d709a3

Browse files
authored
fix: 불필요한 콘솔 제거 (#412)
1 parent 0bc24ad commit 5d709a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/payment/Purchase.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ import AuthContext from "@/contexts/AuthContext";
3535

3636
const Purchase = () => {
3737
const { userId } = useContext(AuthContext);
38-
console.log(user);
38+
3939
const [thumbnailImg, setThumbnailImg] = useState("");
4040
const [title, setTitle] = useState("");
4141
const [author, setAuthor] = useState("");
4242

43-
console.log(user);
4443
const [buyScript, setBuyScript] = useState(false);
4544
const [buyPerform, setBuyPerform] = useState(false);
4645

0 commit comments

Comments
 (0)