Skip to content

Commit

Permalink
Clean console
Browse files Browse the repository at this point in the history
  • Loading branch information
f-osorio committed Dec 3, 2024
1 parent 4ab0471 commit d589e3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/utils_network.js
Original file line number Diff line number Diff line change
Expand Up @@ -1596,9 +1596,6 @@ const utilsNetwork = {
this.searchComplex(searchPayloadChildrenSub),
]);

console.info("searchPayloadChildren: ", searchPayloadChildren)
console.info("resultsChildren: ", resultsChildren)

// console.log("searchPayloadSubjectsSimpleSubdivision",searchPayloadSubjectsSimpleSubdivision)
// console.log("resultsPayloadSubjectsSimpleSubdivision",resultsPayloadSubjectsSimpleSubdivision)

Expand Down Expand Up @@ -2023,8 +2020,6 @@ const utilsNetwork = {

this.subjectSearchActive = false

console.info("result: ", result)

return result
},

Expand Down

0 comments on commit d589e3a

Please sign in to comment.