Skip to content

Commit

Permalink
Delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Dec 15, 2023
1 parent f4f7a31 commit 922a9e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('Register agent service', () => {
nodeName,
false,
);
console.log(res);
expect(res.name).toBe(nodeName);
expect(res.haveSecureConnection).toBe(true);
});
Expand Down

0 comments on commit 922a9e7

Please sign in to comment.