Removed unused console log
This commit is contained in:
parent
02f68b63a0
commit
154d77b579
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ export default function ShareModal({
|
|||
filterByUser: true,
|
||||
}).then((res) => {
|
||||
res?.results?.forEach((element: any) => {
|
||||
console.log(element, is_component);
|
||||
if ((element.is_component ?? false) === is_component)
|
||||
unavaliableNames.push({ name: element.name, id: element.id });
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue