Remove redundant debugging
This commit is contained in:
@ -15,7 +15,6 @@ watchEffect(async () => {
|
||||
try {
|
||||
isLoading.value = true
|
||||
error.value = null
|
||||
console.log("SEARCHING")
|
||||
const response = await search({ title: searchQuery.value })
|
||||
results.value = response.data.results || []
|
||||
} catch (err) {
|
||||
|
Reference in New Issue
Block a user