mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed logs
This commit is contained in:
parent
b011159912
commit
bd0e3a94c2
@ -50,7 +50,6 @@ export function ItemFormPopup(props: ItemFormPopupProps) {
|
||||
|
||||
formItem.text.toLocaleLowerCase().match(hashTagRegex)?.map(tag=> {
|
||||
if (!tags.find((t) => t.id === tag.slice(1))) {
|
||||
console.log(tag);
|
||||
addTag({id: tag.slice(1), color: randomColor()})
|
||||
}
|
||||
});
|
||||
|
||||
@ -29,7 +29,6 @@ export const TextView = ({ item }: { item?: Item }) => {
|
||||
if (!init.current) {
|
||||
item?.text.toLocaleLowerCase().match(hashTagRegex)?.map(tag=> {
|
||||
if (!tags.find((t) => t.id === tag.slice(1))) {
|
||||
console.log(tag);
|
||||
addTag({id: tag.slice(1), color: randomColor()})
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user