Removed old comment

This commit is contained in:
Simon Cambier
2023-05-01 16:05:10 +02:00
parent d63ca3e6b6
commit 3f6e242b5d

View File

@@ -226,8 +226,6 @@ export class Omnisearch {
)
}
// If the query does not return any result,
// retry but with a shorter prefix limit
if (!results.length) {
return []
}