Skip to content

Commit 1cf31a8

Browse files
committed
refactor: removed console.log
1 parent 8c3e96d commit 1cf31a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/shared-code/tests/cypress.intercepts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ export const cypressIntercepts = () => {
4444
const { completed } = req.body;
4545
const id = getLastUrlPathSegment(req.url);
4646

47-
console.log({ id, completed });
48-
console.log(completeTodo({ id, completed }));
4947
return req.reply({ statusCode: 200, body: completeTodo({ id, completed }) });
5048
}).as(
5149
'completeTodo'

0 commit comments

Comments
 (0)