remove => unnecessary console logs

This commit is contained in:
2026-02-01 10:55:13 +03:30
parent 331fb98625
commit cf11b64d8e
26 changed files with 57 additions and 120 deletions

View File

@@ -88,7 +88,6 @@ export const StewardShowAllocations = forwardRef(
};
const updateTable = () => {
console.log("--------------------------------------");
fetchApiData(1);
handleUpdate();
};