Skip to content

Commit

Permalink
Remove: console.log statements in cms service
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiganchev-7DIGIT committed Dec 21, 2023
1 parent 3a069d6 commit e2b542c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ function generateQuerryString(queryObj) {

async function getArticles(queryObj) {
const querryString = generateQuerryString(queryObj);
console.log(querryString);
const { data } = await http.get(`${articlesEndpoint}${querryString}`);
console.log(data + "data");
return { data };
}

Expand Down

0 comments on commit e2b542c

Please sign in to comment.