aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-14 17:11:03 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-14 17:11:03 -0400
commitf0e1eae76147d9c70309dcea54f6516622efca0f (patch)
treecb38d858889a47d2e0e8f82e89013b113cb30cb1 /src
parentdcb7b3ec59b8458fc074656067b35e9068d5e3de (diff)
oops
Diffstat (limited to 'src')
-rw-r--r--src/client/views/search/SearchBox.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index b9ada9677..8bf8e3bfa 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -442,11 +442,7 @@ import * as $ from 'jquery';
);
@computed get resFull() {
- console.log(`res full $ {
- this._numTotalResults <=8
- }
-
- `) return this._numTotalResults <= 8;
+ return this._numTotalResults <= 8;
}
@computed get resultHeight() {