Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanbulut committed Jan 3, 2022
1 parent 2913da6 commit ea27e9c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const StorySearch = props => {
{
onSuccess(response) {
setSearchResult(response.data.return);
console.log(`response.data.return`, response.data.return)
setIsLoading(false);
},
onError({response}) {
Expand Down Expand Up @@ -86,7 +85,6 @@ const StorySearch = props => {
if(tags?.tagsArray.length>0){
data['tags']=tags.tagsArray
}
console.log(`data`, data)

JSON.stringify(data);

Expand Down

0 comments on commit ea27e9c

Please sign in to comment.