Przeglądaj źródła

chore: remove useless code

CalciumIon 1 rok temu
rodzic
commit
0c46d0c7af
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      web/src/components/LogsTable.js

+ 0 - 1
web/src/components/LogsTable.js

@@ -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);