Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPretorius committed Dec 3, 2024
1 parent 6a450e4 commit 3a76c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/ixoClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class IxoClient {
},
);

console.log(response);
// console.log(response);

return {
...response,
Expand Down

0 comments on commit 3a76c7a

Please sign in to comment.