Skip to content

Commit 165f96d

Browse files
committed
remove log
1 parent af9ba1b commit 165f96d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/search.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export async function search(searchText: string, json: boolean = false, pageNumb
1515
flags,
1616
});
1717

18-
console.log('results', results);
19-
2018
if (json) {
2119
console.log(JSON.stringify(results, undefined, '\t'));
2220
return;

0 commit comments

Comments
 (0)