mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-10 16:13:42 +08:00
chore: remove useless code
This commit is contained in:
@@ -534,7 +534,6 @@ const LogsTable = () => {
|
||||
const res = await API.get(url);
|
||||
const { success, message, data } = res.data;
|
||||
if (success) {
|
||||
console.log(data);
|
||||
const newPageData = data.items;
|
||||
setActivePage(data.page);
|
||||
setPageSize(data.page_size);
|
||||
|
||||
Reference in New Issue
Block a user