Skip to content

Commit 187e48f

Browse files
committed
Remove outside cy.log
Signed-off-by: Lin Wang <[email protected]>
1 parent 63e2b20 commit 187e48f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/utils/commands.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Cypress.Commands.overwrite('visit', (orig, url, options) => {
108108
}
109109
});
110110

111-
cy.log("Overwrite request here...")
112111
/**
113112
* Overwrite request command to support authentication similar to visit.
114113
* The request function parameters can be url, or (method, url), or (method, url, body).

0 commit comments

Comments
 (0)