mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove logging
This commit is contained in:
parent
bd29203b71
commit
5f7b374975
@ -40,7 +40,6 @@ function AllUnitTable() {
|
||||
dataFormatter: (data: any) => {
|
||||
let units = data.available_units ?? {};
|
||||
return Object.entries(units).map(([key, values]) => {
|
||||
console.log(values);
|
||||
return {
|
||||
name: values.name,
|
||||
is_alias: values.is_alias,
|
||||
|
Loading…
Reference in New Issue
Block a user