remove console statements
This commit is contained in:
parent
8acb7bd85a
commit
e811b3a613
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ export function doSearch(rawQuery) {
|
|||
: Promise.reject(new Error(response.statusText));
|
||||
})
|
||||
.then(data => {
|
||||
console.log(data);
|
||||
let uris = [];
|
||||
let actions = [];
|
||||
|
||||
|
@ -56,7 +55,6 @@ export function doSearch(rawQuery) {
|
|||
dispatch(batchActions(...actions));
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
dispatch({
|
||||
type: types.SEARCH_CANCELLED,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue