콘솔 삭제

This commit is contained in:
kimdaae328 2025-01-21 10:55:57 +09:00
parent 4e31041a07
commit 50ee4a7ec9

View File

@ -108,13 +108,6 @@ const handleSortChange = (event) => {
// ()
const fetchGeneralPosts = async (page = 1) => {
console.log('Fetching general posts with parameters:', {
page,
orderBy: selectedOrder.value,
sortDirection: sortDirection.value,
searchKeyword: searchText.value
});
const response = await axios.get("board/general", {
params: {
page: page,