Skip to content

Commit 6d97791

Browse files
author
Raphael Kabo
committed
remove logging
1 parent 5e88e1c commit 6d97791

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cypress/support/commands.ts

-9
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,6 @@ export const createTestUser = ({
133133
const finalEmail = primaryEmailAddress || randomMailosaurEmail();
134134
// Generate a random password if none is provided.
135135
const finalPassword = password || uuidv4();
136-
137-
console.log('Creating test user');
138-
cy.task(
139-
'log',
140-
'Creating test user ' +
141-
Cypress.env('IDAPI_CLIENT_ACCESS_TOKEN').slice(0, 1) +
142-
'*****',
143-
);
144-
145136
try {
146137
return cy
147138
.request({

0 commit comments

Comments
 (0)