diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-04-30 19:59:38 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-04-30 19:59:38 -0400 |
| commit | b269ce7d85a9b83280d2b5b23299aa16e6cc5a92 (patch) | |
| tree | ff23d62b1baa97ec5bda6a6fc01efdd885d285a7 /src/client/views/SearchBox.tsx | |
| parent | bad0dedb8be3d62f7dbc72abbfe146e1873195cf (diff) | |
confused but still goin
Diffstat (limited to 'src/client/views/SearchBox.tsx')
| -rw-r--r-- | src/client/views/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.tsx b/src/client/views/SearchBox.tsx index 7f388719d..7ceaf1da6 100644 --- a/src/client/views/SearchBox.tsx +++ b/src/client/views/SearchBox.tsx @@ -29,7 +29,7 @@ export class SearchBox extends React.Component { Utils.EmitCallback(Server.Socket, MessageStore.SearchFor, this.searchString, (results: string[]) => { for (const result of results) { console.log(result); - Utils.GetQueryVariable() + //Utils.GetQueryVariable(); } }); } |
