rm log
This commit is contained in:
@@ -97,10 +97,6 @@ export function useComposeIntent() {
|
|||||||
if (part.includes('https://') || part.includes('http://')) {
|
if (part.includes('https://') || part.includes('http://')) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
console.log({
|
|
||||||
part,
|
|
||||||
text: VALID_IMAGE_REGEX.test(part),
|
|
||||||
})
|
|
||||||
// We also should just filter out cases that don't have all the info we need
|
// We also should just filter out cases that don't have all the info we need
|
||||||
return VALID_IMAGE_REGEX.test(part)
|
return VALID_IMAGE_REGEX.test(part)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user