Removed testing log from Search feature

• Removed:
- testing log from Search feature
This commit is contained in:
mgabdev 2020-11-02 14:31:10 -06:00
parent b634e4f482
commit 3547741d84

@ -69,8 +69,6 @@ class Search extends ImmutablePureComponent {
let accounts, statuses, hashtags, groups, links
console.log('hello:', results)
if (results.get('accounts') && results.get('accounts').size > 0 && (isTop || showPeople)) {
const size = isTop ? Math.min(results.get('accounts').size, theLimit) : results.get('accounts').size;
const isMax = size === results.get('accounts').size