Skip to content

Commit

Permalink
Remove logs from previous change
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Mar 14, 2024
1 parent be94338 commit 1b315ac
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cypress/utils/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,21 +368,6 @@ Cypress.Commands.add('createIndexPattern', (id, attributes, header = {}) => {
Cypress.config().baseUrl
}/api/saved_objects/index-pattern/${id}`;

console.log(JSON.stringify(url));
console.log(
JSON.stringify({
'content-type': 'application/json;charset=UTF-8',
'osd-xsrf': true,
...header,
})
);
console.log(
JSON.stringify({
attributes,
references: [],
})
);

cy.request({
method: 'POST',
url,
Expand Down

0 comments on commit 1b315ac

Please sign in to comment.