mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed logging
This commit is contained in:
parent
e7482adaf9
commit
fadd06c60f
@ -58,11 +58,7 @@ export const linkItem = async (id: string, item, updateItem) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const unlinkItem = async (id: string, item, updateItem) => {
|
export const unlinkItem = async (id: string, item, updateItem) => {
|
||||||
console.log(id);
|
|
||||||
|
|
||||||
let new_relations = item.relations?.filter(r => r.related_items_id !== id)
|
let new_relations = item.relations?.filter(r => r.related_items_id !== id)
|
||||||
console.log(new_relations);
|
|
||||||
|
|
||||||
const updatedItem = { id: item.id, relations: new_relations }
|
const updatedItem = { id: item.id, relations: new_relations }
|
||||||
|
|
||||||
|
|
||||||
@ -164,8 +160,6 @@ export const onUpdateItem = async (state, item, tags, addTag, setLoading, naviga
|
|||||||
});
|
});
|
||||||
|
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
console.log(item.layer);
|
|
||||||
|
|
||||||
|
|
||||||
if (!item.new) {
|
if (!item.new) {
|
||||||
item?.layer?.api?.updateItem && toast.promise(
|
item?.layer?.api?.updateItem && toast.promise(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user