Cosimo Cecchi 8345fe006e search: remove redundant check
We check for (metasNeeded.length == 0) at the beginning of the function,
which is only ever called when when a non-zero number of results is
received back from the provider. Effectively, this means that
(metas.length != metasNeeded.length) will also catch (metas.length == 0)
and print a nicer message to the log.
2015-01-07 15:26:21 -08:00
..
2014-12-19 11:39:50 +01:00
2014-12-11 15:48:51 +01:00
2015-01-07 15:26:21 -08:00