Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 3, 2019
1 parent af9ba1b commit 165f96d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export async function search(searchText: string, json: boolean = false, pageNumb
flags,
});

console.log('results', results);

if (json) {
console.log(JSON.stringify(results, undefined, '\t'));
return;
Expand Down

0 comments on commit 165f96d

Please sign in to comment.